forked from hpcc-systems/Visualization
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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
{
"name": "hpcc-viz",
"version": "1.9.0",
"description": "HPCC Visualization Framework",
"devDependencies": {
"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": "^2.0.1",
"gulp-jshint": "^1.11.2",
"phantomjs": "1.9.8",
"gulp-mocha-phantomjs": "^0.8.1",
"mocha": "^2.2.5",
"chai": "^3.2.0",
"gulp-jscs": "~2.0.0",
"requirejs-plugins": "git://github.com/GordonSmith/requirejs-plugins.git#v1.0.3",
"require-css": "^0.1.8"
},
"repository": {
"type": "git",
"url": "https://github.com/hpcc-systems/Visualization"
},
"scripts": {
"test": "gulp lint && gulp jscs && gulp unitTest && gulp build-all && gulp unitTestBuild && gulp unitTestBuildNonAMD"
},
"author": "HPCC Systems",
"license": "Apache",
"homepage": "https://github.com/hpcc-systems/Visualization"
}