-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
51 lines (51 loc) · 996 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "peak",
"version": "0.4.4",
"author": "Noah Portes Chaikin <[email protected]>",
"description": "Tumblr development framework.",
"license": "MIT",
"keywords": [
"tumblr",
"theme",
"compiler",
"parser"
],
"repository": {
"type": "git",
"url": "https://github.com/nporteschaikin/peak.git"
},
"main": "lib",
"directories": {
"lib": "lib",
"bin": "bin"
},
"dependencies": {
"argparse": "0.x",
"cheerio": "0.12.x",
"chokidar": "0.8.2",
"coffee-script": "1.7.x",
"colors": "0.x",
"connect": "2.x",
"hamljs": "0.x",
"jade": "1.3.x",
"js-yaml": "3.x",
"less": "1.x",
"minimatch": "1.x",
"request": "2.x",
"rimraf": "2.x",
"sneak": "0.0.x",
"socket.io": "1.x",
"stylus": "0.x",
"when": "3.2.x"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"chai": "1.x",
"mocha": "1.x"
}
}