-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
33 lines (33 loc) · 909 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
{
"name": "ng-queue",
"version": "0.3.1",
"description": "ngQueue is an AngularJS module that helps you to handle routine sync/async queue task in AngularJS with ease.",
"main": "ngQeueu.min.js",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pc035860/ngQueue.git"
},
"keywords": [
"angularjs"
],
"author": "Robin Fan",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"connect-livereload": "~0.3.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-newer": "~0.5.1",
"grunt-open": "~0.2.2",
"grunt-umd": "^3.0.0"
}
}