stem-core
Version:
Frontend and core-library framework
35 lines (34 loc) • 961 B
JSON
{
"name": "stem-core",
"version": "6.4.6",
"description": "Frontend and core-library framework",
"main": "src/Stem.es6.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mciucu/stemjs.git"
},
"keywords": [
"framework",
"ui",
"state"
],
"author": "Mihai Ciucu",
"license": "(Unlicense or Public-Domain)",
"bugs": {
"url": "https://github.com/mciucu/stemjs/issues"
},
"homepage": "https://github.com/mciucu/stemjs#readme",
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015-rollup": "^1.2.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-includepaths": "^0.1.8",
"rollup-plugin-uglify": "^1.0.1"
}
}