-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 KB
/
package.json
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
{
"name": "parrot",
"version": "1.0.0",
"description": "",
"main": "paths.js",
"engines": {
"node": "0.12.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhosphorescentLlama/PhosphorescentLlama.git"
},
"author": "[\"Jordan Olthoff\", \"Kyle Cho\", \"Naomi Jacobs\", \"Rodrigo Delgado\"]",
"license": "ISC",
"bugs": {
"url": "https://github.com/PhosphorescentLlama/PhosphorescentLlama/issues"
},
"homepage": "https://github.com/PhosphorescentLlama/PhosphorescentLlama#readme",
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.7",
"angular-ui-router": "^0.2.15",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.0",
"bootstrap": "^3.3.5",
"chai": "^3.3.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.11.3",
"jquery": "^2.1.4",
"mocha": "^2.3.3",
"mongoose": "^4.1.9",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"underscore": "^1.8.3"
},
"cacheDirectories": [
"client/bower_components"
]
}