-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 986 Bytes
/
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
{
"name": "angular-iconic",
"version": "0.0.32",
"description": "Simple AngularJS module for Iconic",
"main": "angular-iconic.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felixdulfer/angular-iconic.git"
},
"keywords": [
"angular",
"iconic",
"svg"
],
"author": "Felix Dulfer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/felixdulfer/angular-iconic/issues"
},
"homepage": "https://github.com/felixdulfer/angular-iconic#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-control": "^0.6.1",
"grunt-bump": "^0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.2.2"
},
"dependencies": {}
}