cyra
Version:
single page application view engine
28 lines (27 loc) • 568 B
JSON
{
"name": "cyra",
"version": "2.1.15",
"description": "single page application view engine",
"main": "js/index.js",
"scripts": {
"prepublish": "tsc -p src --outDir js"
},
"typings": "js/index.d.ts",
"keywords": [
"spa",
"webApp",
"viewEngine"
],
"author": "zsky, zee",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/MeituanX/cyra.git"
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"typescript": "^2.4.1"
}
}