-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
84 lines (84 loc) · 2.12 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
76
77
78
79
80
81
82
83
84
{
"name": "dragon.js",
"version": "0.2.2-alpha-14",
"description": "Single Page Apps with ES6/7",
"main": "dist/dragon.js",
"bin": {
"dragon.js": "./bin/dragon"
},
"scripts": {
"compile": "node_modules/.bin/babel src -d dist -D -s",
"doc": "esdoc -c esdoc.json",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chrisabrams/dragon"
},
"keywords": [
"single",
"page",
"apps",
"app",
"spa",
"es6",
"es7",
"ecmascript6",
"ecmascript7",
"es2015",
"es2016"
],
"author": "Chris Abrams <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisabrams/dragon/issues"
},
"homepage": "https://github.com/chrisabrams/dragon",
"dependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.6.1",
"f12-stardux": "0.0.3-b",
"f12-starplate": "0.0.25-b",
"grapnel": "^0.5.9",
"lodash": "^4.15.0",
"minimist": "^1.1.1",
"paradigm-server-express": "0.0.13"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-runtime": "^6.8.0",
"chai": "^2.2.0",
"chalk": "^1.0.0",
"chunk-manifest-webpack-plugin": "0.0.1",
"esdoc": "^0.4.7",
"esdoc-es7-plugin": "0.0.3",
"eslint": "^2.10.2",
"glob": "^5.0.15",
"gulp": "^3.8.11",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.5.2",
"gulp-livereload": "^3.8.1",
"gulp-mocha": "^2.1.3",
"gulp-mocha-phantomjs": "^0.10.1",
"gulp-nodemon": "^2.0.6",
"gulp-size": "^1.2.1",
"gulp-util": "^3.0.4",
"json-loader": "^0.5.3",
"mkdirp": "^0.5.1",
"nodemon": "^1.4.1",
"paradigm-minimist-watching": "0.0.1",
"run-sequence": "^1.0.2",
"serve-static": "^1.9.2",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"superagent": "^1.4.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.9",
"webpack-stream": "^2.3.0"
}
}