-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.25 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
{
"name": "example-web",
"version": "1.0.2",
"description": "This is a website example",
"author": "Andreas Helmberger <public@ahelmberger.de>",
"license": "MIT",
"private": true,
"repository": "c24-microws-mar/example-web",
"scripts": {
"start": "node index.js",
"test": "gulp test",
"build": "gulp build",
"watch": "gulp watch"
},
"dependencies": {
"cors": "^2.7.1",
"express": "^4.13.4",
"express-endpoints": "^1.0.0",
"http-graceful-shutdown": "^1.0.6",
"jquery": "^2.2.1",
"multiagent": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"connect-livereload": "^0.5.4",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-csso": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
"gulp-mocha": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"minimist": "^1.2.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5",
"tiny-shipyard-client": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}