forked from systemjs/builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "systemjs-builder",
"version": "0.15.33",
"description": "SystemJS Build Tool",
"main": "index.js",
"dependencies": {
"babel-core": "^6.9.0",
"babel-plugin-transform-cjs-system-wrapper": "^0.2.1",
"babel-plugin-transform-es2015-modules-systemjs": "^6.6.5",
"babel-plugin-transform-global-system-wrapper": "0.0.1",
"babel-plugin-transform-system-register": "0.0.1",
"bluebird": "^3.3.4",
"data-uri-to-buffer": "0.0.4",
"es6-template-strings": "^2.0.0",
"glob": "^7.0.3",
"mkdirp": "^0.5.1",
"rollup": "^0.36.3",
"source-map": "^0.5.3",
"systemjs": "^0.19.39",
"traceur": "0.0.105",
"uglify-js": "^2.6.1"
},
"devDependencies": {
"babel": "^5.8.38",
"chai": "^3.0.0",
"mocha": "^2.2.5",
"mocha-phantomjs": "3.5.6",
"phantomjs": "1.9.18",
"typescript": "1.6.2",
"unexpected": "^9.11.0"
},
"repository": {
"type": "git",
"url": "http://github.com/systemjs/builder.git"
},
"scripts": {
"test": "mocha",
"update-expectations": "UPDATE_EXPECTATIONS=1 mocha"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/systemjs/builder/issues"
},
"homepage": "https://github.com/systemjs/builder"
}