-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 838 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
{
"version": "0.11.1",
"name": "hyper-element",
"author": "Brian Shannon (github.com/codemeasandwich)",
"description": "hyperHTML + WebComponents",
"main": "source/hyperElement.js",
"scripts": {
"build": "./node_modules/.bin/babel --presets es2015 source/hyperElement.js -o source/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/codemeasandwich/hyper-element.git"
},
"bugs": {
"url": "https://github.com/codemeasandwich/hyper-element/issues"
},
"keywords": [
"hyperhtml",
"web-components",
"webcomponents"
],
"dependencies": {
"hyperhtml": "^2.4.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}