forked from ym1623/node_wx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 775 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 775 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
{
"name": "node-api",
"version": "0.0.1",
"private": true,
"dependencies": {
"coffee-script": "~1.3.3",
"underscore": "~1.3.3",
"async": "~0.1.22",
"jade": "~0.27.5",
"stylus": "~0.29.0",
"nib": "~0.8.2",
"mysql": "~2.0.0-alpha5",
"express-namespace": "~0.1.1",
"underscore.string": "~2.3.0",
"express-resource": "~1.0.0",
"express": "~3.0.0",
"superagent": "~0.9.7",
"request": "~2.12.0",
"optimist": "~0.3.5",
"oauth2-provider": "~1.2.0",
"readof": "~0.9.5"
},
"devDependencies": {
"mocha": "~1.3.2",
"chai": "~1.1.1",
"supertest": "~0.5.1"
},
"scripts": {
"test": "mocha"
},
"main": "index.js",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT"
}