sub
Version:
A subset of the DOM environment for running Rule.js on the server
41 lines (40 loc) • 831 B
JSON
{
"name": "sub",
"version": "1.1.0",
"description": "A subset of the DOM environment for running Rule.js on the server",
"keywords": [
"dom",
"window",
"environment",
"html",
"browser"
],
"author": "Tim Etler <tmetler@gmail.com> (http://www.timetler.com)",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git@github.com:etler/sub.git"
},
"dependencies": {
"htmlparser2": "~3.9.2"
},
"devDependencies": {
"benchmark": "*",
"browserify": "2.x.x",
"expect.js": "*",
"jshint": "*",
"mocha": "*"
},
"scripts": {
"prepublish": "./node_modules/.bin/browserify ./lib/index.js -o sub.js"
},
"jshintConfig": {
"globals": {
"window": true
},
"node": true,
"shadow": true,
"boss": true
},
"license": "MIT"
}