-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "angular-bootstrap-npm",
"version": "0.14.3",
"description": "An NPM package for using UI.Bootstrap directives with Node projects (via Browserify, etc.)",
"main": "./dist/angular-bootstrap-tpls.js",
"devDependencies": {
"coffee-script": "^1.10.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-exec": "^2.1.1",
"gulp-insert": "^0.5.0",
"gulp-util": "^3.0.6",
"run-sequence": "^1.1.4",
"yargs": "^3.26.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jusopi/angular-bootstrap-npm.git"
},
"keywords": [
"npm",
"module",
"browserify",
"angular",
"commonjs",
"javascript",
"js",
"ng",
"bootstrap",
"ui-bootstrap",
"ui.bootstrap",
"directives"
],
"author": "jusopi <jwopitz@gmail.com> (http://jwopitz.wordpress.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jusopi/angular-bootstrap-npm/issues"
},
"homepage": "https://github.com/jusopi/angular-bootstrap-npm"
}