-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 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
{
"name": "tekbooks",
"version": "0.1.0",
"description": "Simple shopping cart",
"author": "Akash Bijwe",
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"all": "npm run build && npm run test"
},
"dependencies": {
"connect-flash": "^0.1.1",
"construx": "^1.0.0",
"construx-copier": "^1.0.0",
"construx-dustjs": "^1.1.0",
"construx-less": "^1.0.0",
"dust-makara-helpers": "^4.2.0",
"eslint": "^1.10.3",
"express": "^4.12.2",
"express-messages": "^1.0.1",
"kraken-js": "^2.0.0",
"makara": "^2.0.3",
"mongodb": "^3.0.5",
"mongoose": "^5.0.12",
"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-makara-amdify": "^1.0.1",
"grunt-mocha-cli": "^1.14.0",
"mocha": "^1.18.0",
"supertest": "^0.9.0"
}
}