lurk
Version:
Build web applications with C++
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "lurk",
"version": "1.0.3",
"description": "Build web applications with C++",
"repository": {
"type": "git",
"url": "https://github.com/hooddanielc/lurk.git"
},
"bugs": {
"url": "https://github.com/hooddanielc/lurk/issues",
"email": "hood.danielc@gmail.com"
},
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha && node_modules/.bin/jshint bin/*.js lib/*.js lib/**/*.js test/*.js",
"postinstall": "node scripts/postinstall.js"
},
"bin": {
"lurk": "./bin/lurk.js"
},
"keywords": [
"c++",
"website",
"front",
"end",
"emscripten",
"emsdk",
"tool",
"build",
"build-tool",
"code-gen",
"boiler",
"plate"
],
"author": "Daniel Hood",
"license": "ISC",
"devDependencies": {
"chai": "^2.3.0",
"jshint": "^2.7.0",
"mocha": "^2.2.4"
},
"dependencies": {
"async": "^1.0.0",
"bluebird": "^2.9.25",
"colors": "^1.1.0",
"commander": "^2.8.1",
"handlebars": "^3.0.3",
"prepend-file": "^1.3.0",
"prompt": "^0.2.14"
}
}