-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
435 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "supercolliderjs", | ||
"description": "Tools for working with the SuperCollider music language environment", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"author": "Chris Sattinger <[email protected]>", | ||
"contributors": [ | ||
{ | ||
|
@@ -10,29 +10,29 @@ | |
} | ||
], | ||
"dependencies": { | ||
"bluebird": "^3.3.5", | ||
"bluebird": "^3.4.1", | ||
"chalk": "^1.1.3", | ||
"commander": "^2.9.0", | ||
"dryadic": "^0.2.0", | ||
"immutable": "^3.8.1", | ||
"js-yaml": "^3.6.0", | ||
"js-yaml": "^3.6.1", | ||
"ncp": "^2.0.0", | ||
"node-uuid": "^1.4.7", | ||
"osc-min": "^1.1.1", | ||
"rx": "^4.1.0", | ||
"temp": "~0.8.3", | ||
"underscore": "^1.8.3", | ||
"untildify": "^2.1.0" | ||
"untildify": "^3.0.2" | ||
}, | ||
"devDependencies": { | ||
"babel": "^6.2.4", | ||
"babel-cli": "^6.7.7", | ||
"babel-jest": "^12.0.1", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-cli": "^6.10.1", | ||
"babel-jest": "^12.1.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"baconjs": "^0.7.84", | ||
"eslint": "^2.7.0", | ||
"jest-cli": "^12.0.1", | ||
"jscs": "^3.0.3" | ||
"eslint": "^2.13.0", | ||
"jest-cli": "^12.1.1", | ||
"jscs": "^3.0.4" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
|
@@ -59,7 +59,7 @@ | |
"jsstyle": "jscs src bin examples/*.js", | ||
"compile": "babel --source-maps --out-dir=./lib src", | ||
"watch": "babel --watch --source-maps --out-dir=./lib src", | ||
"copy": "cp src/server/*.json lib/server/ && cp -R src/sc-classes lib/", | ||
"copy": "cp src/server/*.json lib/server/ && cp -R src/supercollider-js lib/", | ||
"docs": "esdoc -c esdoc.json", | ||
"build": "npm run compile && npm run copy", | ||
"prepublish": "npm run build", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.