chext
Version:
CHrome EXtension Tester
32 lines (31 loc) • 650 B
JSON
{
"name": "chext",
"version": "0.0.1",
"description": "CHrome EXtension Tester",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chrome",
"extension",
"mocha",
"unit",
"testing"
],
"author": "Ryan Bennett",
"license": "MIT",
"dependencies": {
"browserify": "^10.2.4",
"connect": "^3.3.5",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"lodash": "^3.9.3",
"lodash.assign": "^3.2.0",
"tiny-lr": "^0.1.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.2",
"ws": "^0.7.2"
}
}