-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "PersonifyApp",
"version": "1.0.0",
"description": "A sample application built on Personify.js library.",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/PersonifyJS/PersonifyApp"
},
"author": "Essam Al Joubori, Phil Elauria, Rohan Agrawal",
"license": "MIT",
"bugs": {
"url": "https://github.com/PersonifyJS/PersonifyApp/issues"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node server/server.js"
},
"homepage": "http://personify.mybluemix.net",
"dependencies": {
"bluebird": "^2.6.4",
"body-parser": "^1.10.0",
"browser-sync": "^1.8.2",
"cookie-parser": "^1.3.3",
"debug": "^2.1.0",
"ejs": "^1.0.0",
"expect.js": "^0.3.1",
"express": "^4.10.4",
"gulp-if": "^1.2.5",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.11",
"handlebars": "^2.0.0",
"karma-nyan-reporter": "0.0.50",
"method-override": "^2.3.0",
"morgan": "^1.5.0",
"promise": "^6.0.1",
"request": "^2.51.0",
"serve-favicon": "^2.1.7",
"twit": "^1.1.18"
},
"devDependencies": {
"gulp": "^3.8.10",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.3"
}
}