forked from aurelia/bundler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "aurelia-bundler",
"version": "0.3.0",
"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 <rob@bluespire.com> (http://robeisenberg.com/)",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "http://github.com/aurelia/bundler"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register --watch"
},
"dependencies": {
"babel-core": "5.8.3",
"babel-runtime": "5.8.20",
"bluebird": "^2.9.25",
"clean-css": "^3.4.9",
"glob": "^5.0.9",
"globby": "^2.0.0",
"html-minifier": "^1.1.1",
"lodash": "^3.10.1",
"rev-hash": "^1.0.0",
"rev-path": "^1.0.0",
"systemjs-builder": "^0.15.3",
"whacko": "^0.19.1"
},
"devDependencies": {
"chai": "^3.4.1",
"gulp": "~3.9.0",
"gulp-babel": "^5.1.0",
"mocha": "^2.3.3"
}
}