-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
38 lines (38 loc) · 933 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
38
{
"name": "ngprogress-lite",
"version": "1.0.8",
"description": "Angular provider for slim progress bars",
"keywords": [
"ui",
"bar",
"ngprogress-lite",
"ngProgressLite",
"angular",
"progress"
],
"main": "./ngprogress-lite.js",
"scripts": {
"build": "grunt"
},
"author": {
"name": "Dmitri Voronianski",
"email": "[email protected]",
"web": "http://pixelhunter.me",
"twitter": "voronianski"
},
"homepage": "http://labs.voronianski.com/ngprogress-lite.js",
"bugs": "https://github.com/voronianski/ngprogress-lite/issues",
"repository": {
"type": "git",
"url": "git://github.com/voronianski/ngprogress-lite.git"
},
"readmeFilename": "README.md",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4"
},
"dependencies": {}
}