-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
54 lines (53 loc) · 1.39 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
{
"name": "angular-image-spinner",
"version": "0.1.6",
"description": "Angular directive for showing spinner in the container with image.",
"main": "angular-image-spinner.js",
"scripts": {
"compile": "grunt build",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/oivoodoo/angular-image-spinner.git"
},
"keywords": [
"angular",
"directive",
"loading",
"image"
],
"author": "Alexandr Korsak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oivoodoo/angular-image-spinner/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-shell": "~0.6.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-ngmin": "~0.0.2",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.1",
"bower": "~1.2.8",
"grunt-bower-install": "~0.8.0",
"karma": "0.12.2",
"grunt-karma": "latest",
"sinon": "latest",
"jasmine-sinon": "latest",
"phantomjs": "~1.9.7-1",
"karma-phantomjs-launcher": "~0.1.2",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.2.1",
"karma-chrome-launcher": "~0.1.3"
},
"engines": {
"node": ">=0.8.0"
}
}