-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.17 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": "spectacular",
"version": "1.6.0",
"description": "Advanced BDD framework for CoffeeScript and JavaScript",
"author": "Cédric Néhémie <[email protected]>",
"contributors": [
"Cédric Néhémie <[email protected]>",
"Greg Sterndale <[email protected]>",
"Wynn Netherland"
],
"license": "MIT",
"keywords": [
"spectacular",
"bdd",
"spec",
"coffee"
],
"bugs": "http://github.com/abe33/spectacular/issues/",
"repository": {
"type": "git",
"url": "https://github.com/abe33/spectacular.git"
},
"engine": {
"node": "~0.10.0"
},
"scripts": {
"test": "./run_tests.sh"
},
"bin": {
"spectacular": "./bin/spectacular"
},
"main": "./lib/index.js",
"dependencies": {
"coffee-script": "~1.6.2",
"glob": "~3.2.1",
"q": "~0.9.3",
"colors": "~0.6.0-1",
"walkdir": "0.0.7",
"istanbul": "~0.1.35",
"express": "~3.4.0",
"stylus": "~0.41.0",
"jsdom": "~0.8.1",
"wintersmith": "~2.0.5",
"wintersmith-stylus": "~0.4.0",
"wintersmith-coffee": "~0.2.0",
"qq": "~0.3.5",
"uglify-js": "~2.4.0",
"source-map": "~0.1.27",
"jade": "~0.35.0"
}
}