-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 894 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "obajs",
"version": "0.1.1",
"description": "observe any object's any change",
"main": "oba.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmdjs/oba.git"
},
"keywords": [
"oba",
"obajs",
"observe",
"observable",
"model",
"frp",
"state management",
"data flow"
],
"author": "dntzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/kmdjs/oba/issues"
},
"homepage": "https://github.com/kmdjs/oba#readme",
"devDependencies": {
"browserify": "^13.3.0",
"jasmine-core": "^2.5.2",
"karma": "^1.4.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"watchify": "^3.8.0",
"karma-firefox-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2"
}
}