-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
45
46
47
{
"name": "crossfilter-ma",
"version": "1.2.2",
"description": "crossfilter-ma is a crossfilter group modifier to calculate moving averages and percent change.",
"main": "crossfilter-ma.js",
"scripts": {
"test": "grunt test"
},
"homepage": "https://github.com/r4j4h/crossfilter-ma",
"bugs": "https://github.com/r4j4h/crossfilter-ma/issues",
"repository": {
"type": "git",
"url": "[email protected]:r4j4h/crossfilter-ma.git"
},
"keywords": [
"javascript",
"crossfilter",
"moving",
"averages"
],
"author": "Jasmine Hegman",
"license": "MIT",
"dependencies": {
"crossfilter": "1.x",
"d3": "^3.5.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-debug-task": "^0.1.5",
"grunt-jscs": "^1.2.0",
"grunt-markdown": "^0.6.1",
"grunt-sed": "^0.1.1",
"grunt-shell": "^1.1.1",
"grunt-template-jasmine-istanbul": "^0.3.1",
"marked": "^0.3.2",
"uglify-js": "^2.4.16"
}
}