forked from hpcc-systems/Visualization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.85 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.85 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "hpcc-js",
"version": "2.0.0-dev",
"description": "HPCC Visualization Framework",
"dependencies": {},
"devDependencies": {
"lerna": "^2.0.0-rc.5"
},
"devDependenciesOld": {
"async": "~1.5.0",
"csso": "~1.7.1",
"del": "~2.2.0",
"gulp": "~3.9.1",
"gulp-bump": "~2.0.1",
"gulp-concat-css": "~2.2.0",
"gulp-filter": "~3.0.1",
"gulp-git": "~1.7.0",
"gulp-jscs": "~3.0.2",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "~1.2.4",
"gulp-mocha-phantomjs": "~0.11.0",
"gulp-natural-sort": "~0.1.1",
"gulp-replace": "~0.5.4",
"gulp-requirejs": "~0.1.3",
"gulp-tag-version": "~1.3.0",
"gulp-util": "~3.0.7",
"jshint": "~2.9.4",
"jshint-stylish": "~2.1.0",
"lerna": "^2.0.0-rc.5",
"lodash": "~3.10.1",
"node-dir": "~0.1.11",
"require-css": "~0.1.8",
"requirejs": "~2.2.0",
"requirejs-plugins": "git://github.com/GordonSmith/requirejs-plugins.git#v1.0.3",
"requirejs-text": "~2.0.12",
"yargs": "~4.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/hpcc-systems/Visualization"
},
"scripts": {
"uninstall": "lerna clean",
"install": "lerna bootstrap --hoist",
"clean": "lerna run clean",
"build": "lerna run build",
"test": "lerna run test --scope \"@hpcc-js/test-*\"",
"test:chrome": "lerna run test:chrome --scope \"@hpcc-js/test-*\"",
"test:firefox": "lerna run test:firefox --scope \"@hpcc-js/test-*\"",
"test:ie": "lerna run test:ie --concurrency 1 --scope \"@hpcc-js/test-*\"",
"publish": "npm run clean && npm run build && lerna publish -m \"Publish\"",
"legacy-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"
}