forked from twitter-archive/plumage.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 KB
/
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
39
40
41
42
43
44
{
"name": "plumagejs",
"version": "0.0.0",
"description": "Show off your data with Plumage JS. Build data intensive web apps.",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"grunt": "~0.4.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-gh-pages": "~0.9.1",
"grunt-bower-requirejs": "~0.7.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-qunit": "latest",
"grunt-open": "~0.2.0",
"grunt-jekyll": "~0.4.1",
"grunt-jsdoc": "~0.5.0",
"load-grunt-tasks": "~0.1.0",
"connect-livereload": "~0.2.0",
"time-grunt": "~0.1.1",
"bower": "~1.3.8",
"send": "~0.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.twitter.biz/plumagejs"
},
"author": "",
"license": "BSD"
}