-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
38 lines (38 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
{
"name": "ng-backstretch",
"version": "v0.1.4-beta",
"description": "A native Angular directive derived from the jQuery Backstretch plugin (http://srobbin.com/jquery-plugins/backstretch)",
"main": "./src/ng-backstretch.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rprovost/ng-backstretch.git"
},
"keywords": [
"angular",
"modules"
],
"author": "Ryan Provost",
"license": "MIT",
"bugs": {
"url": "https://github.com/rprovost/ng-backstretch/issues"
},
"homepage": "https://github.com/rprovost/ng-backstretch",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.9.0",
"grunt-ngdocs": "^0.2.6",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.2",
"karma-phantomjs-launcher": "^0.1.4",
"phantomjs": "^1.9.12"
}
}