-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "agree",
"version": "0.0.8",
"description": "Introspectable contracts programming for JavaScript",
"author": "Jon Nordby <[email protected]> (http://www.jonnor.com)",
"repository": {
"type": "git",
"url": "http://github.com/jonnor/agree.git"
},
"bugs": "http://github.com/jonnor/agree/issues",
"license": "MIT",
"main": "nodeindex.js",
"files": [
"dist",
"src",
"examples",
"nodeindex.js",
"index.js"
],
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"bluebird": "^3.1.1",
"tv4": "^1.2.7"
},
"devDependencies": {
"body-parser": "^1.14.2",
"chai": "^1.9.1",
"coffee-script": "^1.8.0",
"coffee-loader": "^0.7.2",
"express": "^4.13.3",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-mocha-phantomjs": "^4.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-webpack": "^1.0.18",
"mocha": "^1.21.4",
"webpack": "^1.13.3"
}
}