khufu-runtime
Version:
A runtime support library for khufu template engine
34 lines (33 loc) • 963 B
JSON
{
"name": "khufu-runtime",
"version": "0.5.2",
"description": "A runtime support library for khufu template engine",
"keywords": ["redux", "html", "web", "hot", "incremental-dom"],
"homepage": "http://github.com/tailhook/khufu",
"main": "lib/khufu-runtime/index.js",
"files": ["lib", "src"],
"scripts": {
"build": "babel src --out-dir lib/khufu-runtime",
"prepublish": "rimraf lib && npm run build"
},
"dependencies": {
"incremental-dom": "0.5.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"rimraf": "2.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/tailhook/khufu.git"
},
"babel": {
"presets": ["es2015"],
"plugins": ["transform-object-rest-spread"]
},
"author": "Paul Colomiets <paul@colomiets.name>",
"license": "(MIT OR Apache-2.0)"
}