-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "ng-image-appear",
"version": "1.11.15",
"description": "AngularJS Module to make images appear with transition as they load",
"main": "dist/ng-image-appear.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArunMichaelDsouza/ng-image-appear.git"
},
"keywords": [
"angularjs",
"module",
"image",
"appear",
"transition"
],
"author": "Arun Michael Dsouza <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArunMichaelDsouza/ng-image-appear/issues"
},
"homepage": "https://github.com/ArunMichaelDsouza/ng-image-appear#readme",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-string-replace": "^1.2.1"
},
"jshintConfig": {
"devel": true,
"expr": true,
"globals": {
"angular": false
}
}
}