forked from vlandham/js_data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 929 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
39
40
{
"name": "js_data",
"version": "1.0.0",
"description": "Data wrangling in JavaScript",
"main": "src/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "grunt build",
"deploy": "grunt deploy",
"start": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/vlandham/js_data.git"
},
"keywords": [
"data",
"analysis",
"visualization"
],
"author": "Jim Vallandingham",
"license": "MIT",
"bugs": {
"url": "https://github.com/vlandham/js_data/issues"
},
"homepage": "https://github.com/vlandham/js_data",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-docco-multi": "~0.0.2",
"grunt-exec": "^0.4.6",
"grunt-gh-pages": "^0.10.0",
"grunt-http-server": "^1.2.0",
"grunt-markdown": "^0.7.0"
}
}