-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "book-store",
"version": "0.1.0",
"description": "shoping cart",
"author": "Obaida Alhassan",
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"all": "npm run build && npm run test"
},
"dependencies": {
"adaro": "^0.1.10",
"connect-flash": "^0.1.1",
"construx": "^1.0.0",
"construx-copier": "^1.0.0",
"construx-dustjs-i18n": "^1.0.1",
"construx-less": "^1.0.0",
"dustjs-helpers": "~1.6.3",
"dustjs-linkedin": "~2.6.3",
"engine-munger": "^0.2.9",
"eslint": "^1.10.3",
"express": "^4.12.2",
"express-messages": "^1.0.1",
"kraken-js": "^2.0.0",
"mongodb": "^3.0.2",
"mongoose": "4.7.2",
"requirejs": "^2.3.5"
},
"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.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-copy-to": "0.0.10",
"grunt-dustjs": "^1.4.0",
"grunt-eslint": "^17.3.2",
"grunt-mocha-cli": "^1.14.0",
"mocha": "^1.18.0",
"supertest": "^0.9.0"
}
}