forked from LukaszWatroba/v-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.35 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "v-modal",
"description": "vModal - Simple, flexible and beautiful modal dialogs in AngularJS",
"version": "1.3.4",
"author": "Łukasz Wątroba <[email protected]>",
"license": "MIT",
"keywords": [
"angular",
"dialog",
"popup",
"modal",
"window",
"component",
"directive",
"module"
],
"repository": {
"type": "git",
"url": "https://github.com/LukaszWatroba/v-modal.git"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/LukaszWatroba/v-modal/issues"
},
"homepage": "http://lukaszwatroba.github.io/v-modal",
"devDependencies": {
"chai": "^1.10.0",
"chai-jquery": "^1.2.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.4",
"gulp-minify-css": "^0.3.13",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^0.3.2",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.32",
"karma-chai": "^0.1.0",
"karma-chai-jquery": "^1.0.0",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.1.8",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.2.0",
"mocha": "^1.21.5",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
},
"engines": {
"node": ">=0.8.0"
}
}