-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 965 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
{
"name": "venus-annotations",
"version": "0.0.3",
"author": "Seth McLaughlin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/venusjs/venus-annotations.git"
},
"scripts": {
"test": "./node_modules/.bin/grunt && cat ./coverage/unit/lcov.info|./node_modules/.bin/coveralls"
},
"bin": {
"venus-annotations": "./bin/venus-annotations"
},
"dependencies": {
"esprima": "~1.2.2",
"concat-stream": "~1.4.6",
"coveralls": "~2.10.0",
"mocha-lcov-reporter": "0.0.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^0.5.0",
"grunt-jsdoc": "^0.5.4",
"grunt-mocha-istanbul": "^1.4.1",
"grunt-mocha-test": "^0.10.2",
"grunt-release": "^0.7.0",
"lodash": "^2.4.1",
"mocha": "~1.18.2",
"sinon": "1.3.4",
"underscore.string": "^2.3.3"
}
}