forked from artsy/flare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 987 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
{
"name": "flare",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "make s",
"test": "make test"
},
"dependencies": {
"express": "3.x",
"jade": "*",
"stylus": "0.35.x",
"coffee-script": "*",
"backbone": "*",
"underscore": "*",
"underscore.string": "*",
"inflection": "*",
"superagent": "*",
"node-uuid": "*",
"validator": "*",
"moment": "*",
"showdown": "git://github.com/craigspaeth/showdown.git",
"strong-agent": "*",
"ua-parser": "*",
"twilio": "*"
},
"devDependencies": {
"browserify": "*",
"nodemon": "*",
"mocha": "*",
"should": "*",
"sinon": "*",
"rewire": "*",
"nib": "*",
"coffeeify": "*",
"uglify-js": "*",
"jadeify2": "*",
"jsdom": "*",
"supertest": "*",
"zombie": "2.0.0-alpha19",
"glob": "*",
"knox": "*",
"sqwish": "*",
"uglify-js": "*",
"portscanner": "*"
}
}