-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 886 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 886 Bytes
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
{
"name": "flybrix-serialization",
"angularModuleName": "flybrixSerialization",
"description": "Tools for serialization and deserialization of messages between JS apps and the Flybrix flightboard",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Flybrix/flybrix-serialization.git"
},
"bugs": {
"url": "https://github.com/Flybrix/flybrix-serialization/issues"
},
"homepage": "https://github.com/Flybrix/flybrix-serialization#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1"
}
}