-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.31 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.31 KB
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
52
53
54
55
56
57
58
59
{
"name": "sear",
"version": "0.1.5",
"description": "Sear",
"main": "index.js",
"bin": {
"sear": "./bin/sear.js"
},
"scripts": {
"test": "make testunit"
},
"repository": {
"type": "git",
"url": "git://github.com/Everyplay/sear.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Everyplay/sear/issues"
},
"dependencies": {
"brucedown": "~0.1.1",
"coffee-script": "~1.7.1",
"combined-stream": "0.0.4",
"debug": "~0.8.0",
"envify": "~1.2.1",
"event-stream": "~3.1.1",
"express": "~4.0.0",
"haml": "~0.4.3",
"less": "~1.7.0",
"lodash": "~2.4.1",
"ncp": "~0.5.1",
"nib": "~1.0.2",
"node-sass": "~0.8.4",
"optimist": "~0.6.1",
"promptly": "~0.2.0",
"react-tools": "~0.13.0",
"resolve": "git://github.com/orktes/node-resolve.git",
"semver": "~2.3.0",
"send": "~0.2.0",
"stylus": "~0.43.1",
"uglify-js": "~2.4.13",
"uglifycss": "0.0.8",
"wrench": "~1.5.8",
"source-map": "0.1.34",
"sear-require": "~0.2.0",
"sockjs": "~0.3.9",
"chokidar": "~0.8.2",
"jstransform": "~10.1.0"
},
"devDependencies": {
"chai": "~1.9.1",
"jsxcs": "0.0.2",
"jsxhint": "^0.4.10",
"mocha": "~1.18.2",
"mocha-phantomjs": "~3.5.0",
"phantomjs": "~1.9.20"
}
}