forked from aurelia/script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "aurelia",
"version": "1.0.0",
"description": "The home for Aurelia's concatenated script-tag-ready build and its simple starter-kit.",
"keywords": [
"aurelia"
],
"homepage": "http://aurelia.io",
"bugs": {
"url": "https://github.com/aurelia/aurelia/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/aurelia/aurelia"
},
"license": "MIT",
"author": "Rob Eisenberg <[email protected]> (http://robeisenberg.com/)",
"devDependencies": {
"aurelia-bootstrapper": "^2.1.1",
"aurelia-cli": "^0.28.0",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-1": "^6.22.0",
"babel-register": "^6.24.0",
"gulp": "github:gulpjs/gulp#4.0",
"minimatch": "^3.0.3",
"through2": "^2.0.3",
"uglify-js": "^2.8.21"
}
}