forked from aurelia/bundler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 969 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
37
38
39
40
41
{
"name": "aurelia-bundler",
"version": "0.1.7",
"description": "A library for bundling JavaScript, HTML and CSS for use with SystemJS.",
"keywords": [
"aurelia",
"systemjs",
"bundling",
"HTML",
"JavaScript",
"CSS"
],
"homepage": "http://aurelia.io",
"bugs": {
"url": "https://github.com/aurelia/bundler/issues"
},
"license": "MIT",
"author": "Rob Eisenberg <[email protected]> (http://robeisenberg.com/)",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "http://github.com/aurelia/bundler"
},
"dependencies": {
"babel-core": "^5.8.3",
"babel-runtime": "^5.8.20",
"bluebird": "^2.9.25",
"glob": "^5.0.9",
"globby": "^2.0.0",
"jspm": "^0.16.2",
"lodash": "^3.10.1",
"systemjs-builder": "^0.13.5",
"whacko": "^0.18.1"
},
"devDependencies": {
"babel": "^5.4.7",
"babel-runtime": "^5.8.19",
"gulp": "~3.9.0",
"gulp-babel": "^5.1.0"
}
}