Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Apr 18, 2016
1 parent d92d5de commit 387ca97
Showing 1 changed file with 27 additions and 17 deletions.
44 changes: 27 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
{ "name": "genie-slp"
, "description": "SLP graphics file parser for Node.js"
, "version": "0.7.4"
, "license": "MIT"
, "keywords": [ "slp", "genie", "graphics", "ensemble studios", "age of empires" ]
, "author": "René Kooi <[email protected]>"
, "repository": "goto-bus-stop/genie-slp"
, "dependencies":
{ "awestruct": "^0.11.0" }
, "devDependencies":
{ "babel-cli": "^6.3.17"
, "babel-preset-es2015": "^6.3.13"
, "standard": "^5.4.1" }
, "scripts":
{ "build": "rm -r lib && babel --presets es2015 --out-dir lib src"
, "test": "standard src/*.js"
, "prepublish": "npm run build" }
{
"name": "genie-slp",
"description": "SLP graphics file parser for Node.js",
"version": "0.7.4",
"license": "MIT",
"keywords": [
"slp",
"genie",
"graphics",
"ensemble studios",
"age of empires"
],
"author": "René Kooi <[email protected]>",
"repository": "goto-bus-stop/genie-slp",
"dependencies": {
"awestruct": "^0.11.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-preset-es2015": "^6.3.13",
"standard": "^6.0.8"
},
"scripts": {
"build": "rm -r lib && babel --presets es2015 --out-dir lib src",
"test": "standard src/*.js",
"prepublish": "npm run build"
}
}

0 comments on commit 387ca97

Please sign in to comment.