forked from kimchouard/server.adobe.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 695 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 695 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
{
"name": "server-adobe-github",
"version": "0.1.0",
"author": "Kim Chouard <kim.chouard@gmail.com>",
"scripts": {
"start": "node server.js",
"test": "NODE_ENV=test mocha -R spec -t 50000"
},
"main": "./server",
"repository": {
"type": "git",
"url": "https://github.com/kimchouard/server.adobe.github.com.git"
},
"dependencies": {
"async": "0.2.x",
"request": "2.26.x",
"restify": "2.6.x",
"newrelic": "1.x.x",
"pm2": "0.7.x"
},
"devDependencies": {
"mocha": "1.11.x",
"should": "1.2.x",
"supertest": "0.7.x",
"jshint": "2.1.x",
"grunt": "~0.4.2",
"async": "~0.2.9"
},
"engines": {
"node": ">=0.10"
}
}