forked from mhevery/jasmine-node
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·34 lines (34 loc) · 873 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
{
"name": "jasmine-node",
"version": "2.0.0",
"description": "Run Jasmine tests for Node.js scripts",
"prefersGlobal": true,
"main": "./lib/jasmine-node",
"bin": {
"jasmine-node": "./bin/jasmine-node"
},
"repository": {
"type": "git",
"url": "https://github.com/aleclarson/jasmine-node.git"
},
"licenses": [
"MIT"
],
"dependencies": {
"coffee-script": "~1.7.1",
"walkdir": "~0.0.7",
"underscore": "~1.6.0",
"gaze": "~0.5.1",
"mkdirp": "~0.3.5",
"minimist": "~0.0.8",
"jasmine-growl-reporter": "~0.2.0",
"xml2js": "~0.4.1",
"grunt-exec": "~0.4.5",
"jasmine-reporters": "git://github.com/larrymyers/jasmine-reporters.git#2c7242dc11c15c2f156169bc704798568b8cb50d"
},
"devDependencies": {
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.2"
}
}