forked from hpcc-systems/Visualization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "hpcc-viz",
"version": "1.14.0-dev",
"description": "HPCC Visualization Framework",
"devDependencies": {
"async": "~1.5.0",
"gulp": "~3.9.1",
"gulp-concat-css": "~2.2.0",
"gulp-minify-css": "~1.2.4",
"gulp-natural-sort": "~0.1.1",
"gulp-requirejs": "~0.1.3",
"gulp-util": "~3.0.7",
"lodash": "~3.10.1",
"node-dir": "~0.1.11",
"requirejs": "~2.2.0",
"del": "~2.2.0",
"csso": "~1.7.1",
"gulp-git": "~1.7.0",
"gulp-bump": "~2.0.1",
"gulp-filter": "~3.0.1",
"gulp-tag-version": "~1.3.0",
"yargs": "~4.3.2",
"jshint-stylish": "~2.1.0",
"gulp-jshint": "~2.0.0",
"gulp-mocha-phantomjs": "~0.11.0",
"gulp-replace": "~0.5.4",
"mocha": "~2.4.5",
"chai": "~3.5.0",
"gulp-jscs": "~3.0.2",
"requirejs-plugins": "git://github.com/GordonSmith/requirejs-plugins.git#v1.0.3",
"require-css": "~0.1.8",
"requirejs-text": "~2.0.12"
},
"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-2.0",
"homepage": "https://github.com/hpcc-systems/Visualization"
}