forked from AndersJuul/Freeboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "freeboard",
"title": "freeboard",
"version": "1.1.3",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
"typings": "typings",
"gbuild": "node ./node_modules/gulp/bin/gulp.js build",
"publish": "node ./node_modules/gulp/bin/gulp.js publish",
"grunt-cli": "^1.2.0",
"gulp": "1.1.3"
},
"devDependencies": {
"@octopusdeploy/grunt-octo": "0.0.49",
"@octopusdeploy/gulp-octo": "^0.0.10",
"@octopusdeploy/octopackjs": "0.0.7",
"grunt": "^0.4.1",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-cssmin": "0.6.1",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.5.3",
"grunt-string-replace": "^0.2.7",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-jsmin": "^0.1.5",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"gulp-typescript": "^3.1.6",
"typescript": "^2.5.3"
}
}