-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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
{
"name": "babel-package-import",
"version": "1.0.6",
"description": "",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "babel -d lib/ src/",
"test": "tape -r babel-register test/specs/**/*.js | tap-spec",
"simple-test": "babel --plugins ./lib/index.js test/test.js",
"buildNsimpletest": "npm run build && npm run simple-test",
"compile-test": "babel --plugins ./lib/index.js test/test.js test/test2.js --out-file test/test.bundle.js && babel-node test/test.bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RyanRoll/babel-package-import.git"
},
"author": "RyanRoll",
"license": "MIT",
"bugs": {
"url": "https://github.com/RyanRoll/babel-package-import/issues"
},
"homepage": "https://github.com/RyanRoll/babel-package-import#readme",
"dependencies": {
"shortid": "^2.2.4"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-generator": "^6.5.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.5.2",
"babylon": "^6.5.2",
"tap-spec": "^4.1.1",
"tape": "^4.4.0"
}
}