This repository has been archived by the owner on Jan 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
75 lines (75 loc) · 1.88 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "kraken-example-with-shoppingcart",
"version": "0.1.0",
"description": "Example applications built with kraken",
"repository": {
"type": "git",
"url": "https://github.com/krakenjs/kraken-example-with-shoppingcart"
},
"keywords": [
"express",
"kraken",
"kraken-js",
"krakenjs",
"examples"
],
"author": "Jeff Harrell <[email protected]>",
"contributors": [
{
"name": "Poornima Venkatakrishnan",
"email": "[email protected]"
},
{
"name": "Matt Edelman",
"email": "[email protected]"
}
],
"scripts": {
"start": "grunt build && node index.js",
"test": "mocha",
"build": "grunt build"
},
"license": "Apache 2.0",
"homepage": "http://krakenjs.com/",
"dependencies": {
"anemone-lingua": "~0.0.1",
"anemone-machina": "~0.0.1",
"async": "^2.0.0-rc.5",
"bundalo": "^1.0.0",
"debuglog": "^1.0.1",
"express": "^4.3.0",
"flux": "^2.1.1",
"history": "^2.1.2",
"intl-messageformat": "^1.3.0",
"jquery": "^2.2.4",
"json-loader": "^0.5.4",
"keymirror": "^0.1.1",
"kraken-format-path": "^1.0.0",
"kraken-js": "^2.0.1",
"lodash": "^4.13.1",
"lokijs": "^1.4.2",
"node-jsx": "^0.13.3",
"object-assign": "^4.1.0",
"paypal-rest-sdk": "^1.5.2",
"react": "^15.1.0",
"react-router": "^2.4.1"
},
"devDependencies": {
"construx": "^1.0.0",
"construx-browserify": "^1.1.0",
"construx-copier": "^1.0.0",
"construx-less": "^1.0.0",
"grunt": "^0.4.4",
"grunt-browserify": "^5.0.0",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.6.5",
"grunt-contrib-less": "^0.9.0",
"grunt-copy-to": "0.0.10",
"grunt-mocha-cli": "^1.7.0",
"mocha": "^1.18.0",
"reactify": "^1.1.1",
"require-globify": "^1.3.0",
"supertest": "^0.9.0"
}
}