-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
62 lines (62 loc) · 1.48 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
56
57
58
59
60
61
62
{
"name": "angular-popeye",
"version": "1.0.5",
"description": "A simple modal library for AngularJS applications",
"files": [
"release/"
],
"main": "release/popeye.js",
"scripts": {
"test": "grunt release"
},
"repository": {
"type": "git",
"url": "https://github.com/Pathgather/popeye"
},
"keywords": [
"angular",
"modal",
"popup",
"angularjs",
"popeye",
"window"
],
"author": {
"name": "Pathgather",
"email": "tech@pathgather.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Pathgather/popeye/issues"
},
"homepage": "https://github.com/Pathgather/popeye",
"dependencies": {
"angular": "^1.3.14"
},
"devDependencies": {
"angular-animate": "^1.4.6",
"angular-mocks": "^1.4.6",
"autoprefixer": "^6.0.3",
"browserify": "^11.1.0",
"coffeeify": "^1.1.0",
"cssnano": "^3.0.3",
"grunt": "^0.4.5",
"grunt-banner": "^0.5.0",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-postcss": "^0.6.0",
"grunt-sass": "^1.0.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coffee-preprocessor": "^0.3.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"load-grunt-tasks": "^3.2.0"
}
}