forked from proactjs/proactjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.2 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "proact.js",
"title": "ProAct.js",
"description": "Reactive JavaScript Objects Properties.",
"version": "0.4.2",
"author": "meddle0x53",
"main": "dist/js/proact.min.js",
"license": "MIT",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/proactjs/proact.git"
},
"scripts": {
"test": "grunt karma:integration"
},
"keywords": [
"reactive",
"pro",
"act",
"proact",
"streams",
"object",
"flow",
"array",
"listeners",
"observe"
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "0.1.11",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.3.0",
"grunt-wrap": "~0.3.0",
"grunt-todo": "~0.1.0",
"load-grunt-tasks": "~0.1.0",
"phantomjs": "~1.9.1-0",
"grunt-karma": "~0.5",
"karma": "~0.10",
"karma-coverage": "^0.2.4",
"karma-chrome-launcher": "~0.1",
"karma-script-launcher": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.1.0",
"karma-phantomjs-launcher": "~0.1",
"grunt-jsdoc": "~0.5.1"
}
}