forked from BackburnerJS/backburner.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 920 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": "backburner.js",
"barename": "backburner",
"version": "0.2.1",
"description": "Backburner.js is a simple run loop-esque library for coalescing actions",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ebryn/backburner.js.git"
},
"author": "Erik Bryn",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "~0.1.8",
"connect": "~2.11.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-hang": "~0.1.2",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-s3": "~0.2.0-alpha.3",
"grunt-es6-module-transpiler": "~0.6.0",
"load-grunt-config": "~0.7.0",
"load-grunt-tasks": "~0.3.0"
}
}