-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.47 KB
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
52
53
54
55
56
57
58
{
"name": "charityApp",
"version": "0.1.0",
"description": "An app that make people easier to help out",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"angular": "^1.3.15",
"angular-cookies": "^1.3.15",
"angular-route": "^1.3.15",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.0",
"bootstrap": "^3.3.4",
"eat": "^0.1.1",
"express": "^4.11.2",
"mongodb": "^1.4.31",
"mongoose": "^3.8.23",
"multiparty": "^4.1.1",
"passport": "^0.2.1",
"passport-http": "^0.2.2"
},
"devDependencies": {
"chai": "^2.0.0",
"chai-http": "^1.0.0",
"chance": "^0.7.3",
"debowerify": "^1.2.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.2.0",
"grunt-karma": "^0.10.1",
"grunt-simple-mocha": "^0.4.0",
"karma": "^0.12.31"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/chengzh2008/single_resource_restful_api.git"
},
"keywords": [
"grunt",
"package"
],
"author": "Zhihong Cheng <chengzh2008@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chengzh2008/single_resource_restful_api/issues"
},
"homepage": "https://github.com/chengzh2008/single_resource_restful_api"
}