-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 849 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 849 Bytes
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": "hyper-analytics",
"version": "0.15.0",
"description": "Data transformations on arrays of congruent JavaScript objects.",
"repository": {
"type": "git",
"url": "git://github.com/openfin/hyper-analytics.git"
},
"scripts": {
"test": "gulp test"
},
"author": "SWirts, JEiten, DJones",
"license": "MIT",
"devDependencies": {
"fin-hypergrid-data-source-base": "^0.4.11",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.6",
"jsdoc": "^3.3.2",
"run-sequence": "^1.1.4",
"should": "^7.1.1",
"should-sinon": "0.0.3",
"sinon": "^1.17.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"extend-me": "^2.3"
}
}