-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
113 lines (113 loc) · 3.12 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "strong-arc",
"version": "1.8.9",
"main": "server/server.js",
"bin": {
"strong-arc": "bin/cli.js"
},
"scripts": {
"prepublish": "bower install && gulp build",
"test": "gulp jshint",
"start": "node server/server.js"
},
"dependencies": {
"acorn": "^2.5.2",
"async": "^0.9.0",
"compression": "^1.4.1",
"cookie-parser": "^1.3.4",
"cxviz-color": "^1.0.0",
"cxviz-eventloop": "^1.0.0",
"cxviz-flame": "^1.0.0",
"cxviz-format": "^1.0.0",
"cxviz-rawtree": "^1.0.0",
"cxviz-timeseries": "^1.0.0",
"debug": "^2.1.2",
"detective": "^4.2.0",
"errorhandler": "^1.3.4",
"express": "^4.12.2",
"fs-extra": "^0.16.5",
"http-proxy": "^1.8.1",
"less": "^2.5.3",
"lodash": "^3.5.0",
"loopback": "^2.14.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.1",
"loopback-datasource-juggler": "^2.20.0",
"loopback-workspace": "^3.18.3",
"minimist": "^1.1.1",
"node-underscorify": "0.0.14",
"opener": "^1.4.0",
"page": "^1.6.2",
"parse-ms": "^1.0.0",
"path": "^0.11.14",
"request": "^2.53.0",
"serve-favicon": "^2.2.0",
"sha1": "^1.1.0",
"split": "^0.3.3",
"strong-arc-filesystem": "^1.x",
"strong-build": "^2.x",
"strong-deploy": "^3.0.0",
"strong-mesh-client": "^1.4.0",
"strong-trace-waterfall": "^1.0.0",
"strong-trace-waterfalldata": "^1.0.0",
"strong-trace-waterfalltransform": "^1.0.0",
"ws": "^0.8.0"
},
"description": "A visual suite for the StrongLoop API Platform",
"devDependencies": {
"autoprefixer-core": "^5.1.7",
"bower": "^1.4.1",
"browserify": "^9.0.8",
"chai": "^2.1.1",
"cheerio": "^0.18.0",
"del": "^1.2.0",
"es5-shim": "^4.1.0",
"gulp": "^3.8.11",
"gulp-changed": "^1.2.1",
"gulp-install": "^0.2.0",
"gulp-jshint": "^1.9.2",
"gulp-less": "^3.0.1",
"gulp-loopback-sdk-angular": "^0.1.3",
"gulp-minify-html": "^1.0.1",
"gulp-postcss": "^4.0.3",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-spawn-mocha": "^2.0.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.1.1",
"jasmine-given": "^2.6.2",
"jasmine-reporters": "^2.0.7",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "^0.0.4",
"karma-coverage": "^0.5.0",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.0",
"karma-phantomjs-launcher": "^0.1.4",
"loopback-connector-mysql": "^1.6.0",
"mocha": "^2.2.1",
"mysql": "^2.5.5",
"protractor": "^2.1.0",
"run-sequence": "^1.0.2",
"supertest": "^0.15.0",
"svn-interface": "^0.4.4"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/strong-arc.git"
},
"bugs": "https://github.com/strongloop/strong-arc/issues",
"keywords": [
"arc",
"studio",
"loopback",
"StrongLoop"
],
"license": "SEE LICENSE IN LICENSE.md",
"author": "[email protected]",
"homepage": "https://github.com/strongloop/strong-arc"
}