angularjs
Version:
Browerify angularjs shim
32 lines (31 loc) • 639 B
JSON
{
"name": "angularjs",
"version": "0.0.1",
"description": "Browerify angularjs shim",
"main": "index.js",
"scripts": {
"test": "node_module/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/angularjs.git"
},
"keywords": [
"angularjs",
"browserify",
"angular",
"angular-js",
"shim",
"bower",
"debowerify"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/angularjs/issues"
},
"devDependencies": {
"expect.js": "~0.2.0",
"mocha": "~1.12.0"
}
}