-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 987 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 987 Bytes
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
{
"name": "clacks",
"title": "clacks",
"version": "0.0.2",
"private": true,
"repository": {
"type": "git",
"url": "http://github.com/chevett/clacks.git"
},
"scripts": {
"start": "node app.js",
"test": "mocha --reporter spec $(find . -path ./node_modules -prune -o -name '*.spec.js' -print)"
},
"dependencies": {
"absolurl": "1.0.1",
"nostalgorithm": ">=0.2.1",
"cheerio": "~0.13.x",
"diff": "~1.0.x",
"node-uuid": "~1.4.x",
"express": ">=3.4.7",
"concat-stream": "~1.x.x",
"redis": "~0.10.x",
"hiredis": "~0.1.x",
"esprima": "~1.0.4",
"escodegen": "~1.x.x",
"traverse": "~0.6.5",
"browserify": "~3.x.x",
"sassify2": "0.0.2",
"brfs": "0.0.9",
"q": "~1.x.x",
"cssify2": "0.0.4",
"lodash": "~2.x.x",
"oven": "0.0.5",
"vashify": ">=0.2.0",
"uglifyify": "~1.2.0",
"jquery": "~2.1.0"
},
"devDependencies": {
"jshint": "*",
"mocha": "*",
"chai": "*"
}
}