-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 912 Bytes
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
{
"name": "spinners",
"version": "0.0.1",
"description": "Angular Spinner Directive",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stanleygu/spinners.git"
},
"keywords": [
"angular",
"spinner"
],
"author": "Stanley Gu <stanleygu@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-uglify": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-html2js": "~0.2.0",
"grunt-ngmin": "~0.0.2",
"load-grunt-tasks": "~0.2.0",
"shelljs": "~0.2.0"
},
"bugs": {
"url": "https://github.com/stanleygu/spinners/issues"
},
"homepage": "https://github.com/stanleygu/spinners"
}