-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.18 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.18 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
{
"name": "AppName",
"version": "0.0.0",
"description": "your twttr feed in pictures",
"main": "server/index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node server/index.js",
"test": "make test"
},
"engines": {
"node": "0.12.x",
"npm": "2.11.x"
},
"repository": {
"type": "git",
"url": "git@github.com:stefanRitter/emptyApp.git"
},
"author": "stefanRitter",
"license": "MIT",
"dependencies": {
"bell": "^2.8.0",
"boom": "^2.7.2",
"crypto": "*",
"good": "^6.1.3",
"good-console": "^5.0.0",
"hapi": "^8.5.1",
"hapi-auth-cookie": "^2.2.0",
"mongoose": "^4.0.3",
"node-env-file": "^0.1.7",
"socket.io": "*"
},
"devDependencies": {
"lab": "*",
"bower": "*",
"sinon": "*",
"karma": "*",
"karma-jasmine": "*",
"karma-junit-reporter": "*",
"karma-phantomjs-launcher": "*",
"grunt": "*",
"grunt-exec": "*",
"grunt-karma": "*",
"load-grunt-tasks": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jade": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-stylus": "*"
}
}