-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 888 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
{
"name": "babel-plugin-transform-es2015-modules-simple-amd",
"version": "0.3.0",
"description": "Simplified imports and exports",
"repository": "finom/babel-plugin-transform-es2015-modules-simple-amd",
"license": "MIT",
"main": "dist/index.js",
"dependencies": {
"babel-runtime": "^6.3.19",
"better-log": "^1.3.1",
"babel-template": "^6.3.13"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.21",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.3.13",
"chalk": "^1.1.0",
"clear": "0.0.1",
"diff": "^1.4.0",
"watch": "^0.16.0"
},
"scripts": {
"release": "babel src --out-dir dist",
"test": "node test",
"watch": "node test --watch",
"prepublish": "npm test && npm run release"
},
"keywords": [
"babel-plugin",
"amd"
]
}