-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.05 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
{
"name": "plugin-shoelace",
"version": "0.0.1",
"description": "This is a JSPM transpiler plugin based on Babel.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"registry": "github",
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/eponymous-labs/shoelace-plugin.git"
},
"bugs": {
"url": "https://github.com/eponymous-labs/shoelace-plugin/issues"
},
"homepage": "https://github.com/eponymous-labs/shoelace-plugin#readme",
"dependencies": {
"babel-core": "npm:babel-core@^6.14.0",
"babel-plugin-top-level-await": "npm:babel-plugin-top-level-await@^0.7.1",
"babel-plugin-transform-decorators-legacy": "npm:babel-plugin-transform-decorators-legacy@^1.3.4",
"babel-plugin-uncommon-transform": "npm:babel-plugin-uncommon-transform@^0.6.0",
"babel-preset-es2015": "npm:babel-preset-es2015@^6.14.0",
"babel-preset-react": "npm:babel-preset-react@^6.11.1",
"babel-preset-stage-0": "npm:babel-preset-stage-0@^6.5.0"
}
}