-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 998 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": "yip",
"version": "0.0.1",
"description": "Tiny custom elements for the web.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliafshar/yip.git"
},
"author": "Ali Afshar <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aliafshar/yip/issues"
},
"homepage": "https://github.com/aliafshar/yip#readme",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-namespaces": "^0.2.4",
"babel-plugin-transform-custom-element-classes": "^0.1.0",
"babel-plugin-transform-es2015-classes": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-es2015-script": "^1.1.0",
"babel-preset-latest": "^6.22.0",
"rollup-plugin-babel": "^2.7.1"
}
}