Bumped version to 1.30 in honor of the PDP11 module that's being integrated, along with my first attempt to use a newer version of the Closure Compiler (ie, the JavaScript version), as well as giving Gulp a try -- although Gulp leaves just as bad a taste in my mouth as Grunt did
This commit is contained in:
parent
bbaf0d141f
commit
3bd02c7e19
298 changed files with 16473 additions and 3885 deletions
22
package.json
22
package.json
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"name": "pcjs",
|
||||
"version": "1.24.2",
|
||||
"version": "1.30.0",
|
||||
"description": "Node-enabled version of PCjs",
|
||||
"license": "GPL-3.0",
|
||||
"engine": "node ^0.12.7",
|
||||
"main": "server.js",
|
||||
"directories": {
|
||||
|
|
@ -44,19 +45,28 @@
|
|||
"socket.io": "^0.9.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"async": "^0.6.2",
|
||||
"editorconfig": "^0.11.4",
|
||||
"google-closure-compiler-js": "^20160828.0.1",
|
||||
"grunt": "^0.4.3",
|
||||
"grunt-closure-tools": "^0.9.4",
|
||||
"grunt-contrib-concat": "^0.3.0",
|
||||
"grunt-contrib-copy": "^0.5.0",
|
||||
"grunt-newer": "^0.6.1",
|
||||
"grunt-run": "^0.2.1",
|
||||
"grunt-contrib-concat": "^0.3.0",
|
||||
"grunt-text-replace": "^0.3.11",
|
||||
"xml2js": "^0.4.2",
|
||||
"async": "^0.6.2",
|
||||
"unzip": "^0.1.9",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-concat": "^2.6.0",
|
||||
"gulp-foreach": "^0.1.0",
|
||||
"gulp-header": "^1.8.8",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-replace": "^0.5.4",
|
||||
"gulp-wrapper": "^1.0.0",
|
||||
"replace": "^0.3.0",
|
||||
"run-sequence": "^1.2.2",
|
||||
"serialport": "~1.3.1",
|
||||
"editorconfig": "^0.11.4"
|
||||
"unzip": "^0.1.9",
|
||||
"xml2js": "^0.4.2"
|
||||
},
|
||||
"closureCompilerExterns": [
|
||||
"./modules/shared/lib/externs.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue