-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
39 lines (39 loc) · 979 Bytes
/
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
{
"name": "rosweb",
"version": "1.0.0",
"description": "Web based supervisory system for ROS",
"main": "./dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "me",
"license": "ISC",
"devDependencies": {
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tsd": "^0.1.1",
"gulp-typedoc": "^2.0.0",
"gulp-typescript": "^2.13.6",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"gulp-wrap": "^0.13.0",
"tsify": "^0.16.0",
"typedoc": "^0.4.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"eventemitter2": "^2.1.0",
"handlebars": "^3.0.3",
"jquery": "^2.0.0"
}
}