-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 880 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 880 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
{
"name": "anony-pages",
"version": "2.0.0",
"description": "Users can post to Facebook pages anonymously with AnonyPages.",
"main": "index.js",
"scripts": {
"test": "mocha ./test/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BirkhoffLee/AnonyPages.git"
},
"author": "Birkhoff Lee <birkhoff.lee.cn@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BirkhoffLee/AnonyPages/issues"
},
"homepage": "https://github.com/BirkhoffLee/AnonyPages#readme",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"morgan": "^1.7.0",
"q": "^1.4.1",
"request": "^2.69.0",
"require-directory": "^2.1.1",
"swig": "^1.4.2"
},
"devDependencies": {
"coffee-script": "latest",
"coffeelint": "^1.15.7",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}