treant
Version:
Dependency free component library for the browser
32 lines (31 loc) • 760 B
JSON
{
"name": "treant",
"version": "0.7.2",
"main": "index.js",
"description": "Dependency free component library for the browser",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-b": "browserify index.js --standalone treant -o build/treant.js",
"build-b-debug": "browserify index.js --standalone treant --debug -o build/treant.debug.js",
"build": "npm run build-b && npm run build-b-debug"
},
"keywords": [
"A",
"lightweight",
"component",
"library",
"for",
"the",
"browser"
],
"author": "tunderdomb",
"license": "MIT",
"dependencies": {
"camelcase": "^1.1.0"
},
"devDependencies": {
"browserify": "^11.0.0",
"chai": "^3.2.0",
"mocha": "2.2.5"
}
}