native-es6-webkit
Version:
A UI Library of Native ES6 Web Components
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "native-es6-webkit",
"version": "1.0.7",
"description": "A UI Library of Native ES6 Web Components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp es6to5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malhar12/native-webComponents.git"
},
"files": [
"dist"
],
"keywords": [
"Web Components",
"Native",
"ES6",
"UI",
"Library"
],
"author": "Malhar Deshpande",
"license": "ISC",
"bugs": {
"url": "https://github.com/malhar12/native-webComponents/issues"
},
"homepage": "https://github.com/malhar12/native-webComponents#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean-dest": "^0.2.0",
"gulp-foreach": "^0.1.0",
"web-component-tester": "^6.2.0",
"chai-spies": "^0.7.1"
},
"dependencies": {
"@webcomponents/custom-elements": "github:webcomponents/custom-elements",
"@webcomponents/shadydom": "github:webcomponents/shadydom"
}
}