-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.31 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
46
47
48
49
50
51
{
"name": "movierating",
"version": "0.1.0",
"description": "Simple movie ratings app",
"author": "Jessica Florey",
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"all": "npm run build && npm run test"
},
"dependencies": {
"body-parser": "^1.17.1",
"construx": "^1.0.0",
"construx-copier": "^1.0.0",
"construx-dustjs": "^1.1.0",
"construx-less": "^1.0.0",
"dust-makara-helpers": "^4.1.2",
"ejs": "^2.5.6",
"eslint": "^1.10.3",
"express": "^4.12.2",
"express-validator": "^3.1.2",
"kraken-js": "^2.0.0",
"makara": "^2.0.3",
"mongoose": "^4.7.7",
"mongoose-search-plugin": "^0.1.2",
"requirejs": "^2.3.2",
"passport":"*",
"passport-http":"*",
"passport-local":"*",
"bcryptjs":"*",
"express-messages":"*",
"express-session":"*",
"connect-flash": "*"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-copy-to": "0.0.10",
"grunt-dustjs": "^1.4.0",
"grunt-eslint": "^17.3.2",
"grunt-makara-amdify": "^1.0.1",
"grunt-mocha-cli": "^1.14.0",
"mocha": "^1.18.0",
"supertest": "^0.9.0"
}
}