forked from danielepiccone/ng-pageslide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "angular-pageslide-directive",
"author": "Daniele Piccone <[email protected]>",
"main": "dist/angular-pageslide-directive.js",
"repository": {
"type": "git",
"url": "[email protected]:dpiccone/ng-pageslide.git"
},
"homepage": "https://github.com/dpiccone/ng-pageslide",
"keywords": [
"angular",
"pageslide",
"offcanvas",
"modal",
"pane"
],
"version": "2.1.4",
"license": "MIT",
"devDependencies": {
"angular": "1.5.5",
"angular-mocks": "1.5.5",
"grunt": "0.4.5",
"grunt-cli": "1.2.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-jshint": "0.6.5",
"grunt-contrib-uglify": "0.2.7",
"grunt-karma": "0.12.2",
"http-server": "0.9.0",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-coverage": "0.5.5",
"karma-coveralls": "1.1.2",
"karma-jasmine": "0.3.8",
"karma-phantomjs-launcher": "1.0.1"
},
"peerDependencies": {
"angular": "1.5.x"
},
"scripts": {
"prepublish": "grunt",
"test": "grunt test",
"examples": "http-server ./examples"
}
}