forked from mzummo/Visualization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 958 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
{
"name": "hpcc-viz",
"version": "1.3.0",
"description": "HPCC Visualization Framework",
"devDependencies": {
"fs": "^0.0.2",
"async": "^0.9.0",
"gulp": "^3.8.11",
"gulp-concat-css": "^2.2.0",
"gulp-minify-css": "^1.1.1",
"gulp-natural-sort": "^0.1.0",
"gulp-requirejs": "^0.1.3",
"gulp-util": "^3.0.4",
"lodash": "^3.8.0",
"node-dir": "^0.1.8",
"requirejs": "^2.1.17",
"del": "^1.1.1",
"csso": "^1.3.11",
"gulp-git": "^1.2.3",
"gulp-bump": "^0.3.0",
"gulp-filter": "^2.0.2",
"gulp-tag-version": "^1.2.1",
"yargs": "^3.8.0",
"jshint-stylish": "~1.0.2",
"gulp-jshint": "~1.10.0",
"gulp-jscs": "~1.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hpcc-systems/Visualization"
},
"scripts": {
"test": "gulp lint"
},
"author": "HPCC Systems",
"license": "Apache",
"homepage": "https://github.com/hpcc-systems/Visualization"
}