forked from johnraber/kraken-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.47 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
{
"name": "kraken-examples-with.i18n",
"version": "0.1.0",
"description": "Example applications built with kraken",
"repository": {
"type": "git",
"url": "https://github.com/krakenjs/kraken-examples"
},
"keywords": [
"express",
"kraken",
"kraken-js",
"krakenjs",
"examples"
],
"author": "Jeff Harrell <jeharrell@paypal.com>",
"contributors": [
{
"name": "Poornima Venkatakrishnan",
"email": "pvenkatakrishnan@paypal.com"
},
{
"name": "Matt Edelman",
"email": "medelman@paypal.com"
}
],
"scripts": {
"start": "node index.js"
},
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/krakenjs/kraken-examples/issues"
},
"homepage": "https://github.com/krakenjs/kraken-examples",
"dependencies": {
"kraken-js": "^1.0.1",
"kraken-devtools": "^1.0.0",
"engine-munger": "^0.2.0",
"express": "^4.3.0",
"dustjs-helpers": "~1.2.0",
"dustjs-linkedin": "~2.3.4",
"requirejs": "~2.1.11",
"adaro": "~0.1.5",
"localizr": "~0.1.0",
"less": "~1.7.0"
},
"devDependencies": {
"mocha": "^1.18.0",
"supertest": "^0.9.0",
"grunt-contrib-requirejs": "^0.4.3",
"grunt-dustjs": "^1.2.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-config-dir": "^0.3.2",
"grunt-copy-to": "0.0.10",
"grunt-localizr": "^0.1.0",
"grunt-contrib-jshint": "^0.6.5",
"grunt": "^0.4.4",
"grunt-contrib-less": "^0.9.0",
"grunt-mocha-cli": "^1.7.0"
}
}