-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
36 lines (36 loc) · 861 Bytes
/
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
{
"name": "kraken-example-shopping-cart",
"version": "0.0.1",
"description": "A non-trivial kraken app",
"author": "@LennyMarkus",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"kraken-js": "~0.6.1",
"express": "~3.4.4",
"adaro": "~0.1.x",
"nconf": "~0.6.8",
"less": "~1.3.3",
"dustjs-linkedin": "~2.0.3",
"dustjs-helpers": "~1.1.1",
"makara": "~0.3.0",
"mongoose": "~3.8.1",
"paypal-rest-sdk": "~0.6.4"
},
"devDependencies": {
"mocha": "~1.10.0",
"grunt": "~0.4.1",
"grunt-contrib-less": "~0.7.0",
"grunt-dustjs": "~1.1.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha-cli": "~1.3.0",
"grunt-contrib-requirejs": "~0.4.4"
}
}