forked from btford/angular-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 818 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 818 Bytes
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
{
"name": "angular-modal",
"version": "0.2.1",
"description": "easily add a modal to your angular app",
"main": "modal.js",
"scripts": {
"test": "./node_modules/.bin/bower install && ./node_modules/.bin/karma start karma-unit.conf.js --browsers Firefox --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/btford/angular-modal.git"
},
"keywords": [
"angular",
"angularjs",
"modal"
],
"author": "Brian Ford",
"license": "MIT",
"bugs": {
"url": "https://github.com/btford/angular-modal/issues"
},
"devDependencies": {
"karma": "~0.10",
"karma-junit-reporter": "~0.1.0",
"bower": "~1.2.7",
"gulp": "~3.5.5",
"gulp-util": "~2.2.14",
"gulp-uglify": "~0.2.1",
"gulp-rename": "~1.2.0",
"gulp-ngmin": "~0.1.2"
}
}