@package/string
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name" : "@package/string", | ||
"version" : "0.0.4", | ||
"description" : "string manipulation functions", | ||
"main" : "./dist/index.js", | ||
"author" : { | ||
@@ -7,12 +11,9 @@ "name" : "constantology", | ||
}, | ||
"contributors" : [ | ||
{ | ||
"name" : "Christos Constandinou", | ||
"email" : "christos@muigui.com" | ||
}, { | ||
"name" : "Simon Jefford", | ||
"email" : "si@ibrokethat.com" | ||
} | ||
], | ||
"description" : "string manipulation functions", | ||
"contributors" : [ { | ||
"name" : "Christos Constandinou", | ||
"email" : "christos@muigui.com" | ||
}, { | ||
"name" : "Simon Jefford", | ||
"email" : "si@ibrokethat.com" | ||
} ], | ||
"dependencies" : { | ||
@@ -27,13 +28,6 @@ "babel" : "5.0.x" | ||
"iojs" : ">=1.x.x", | ||
"node" : ">=0.11.x" | ||
"node" : ">=0.12.x" | ||
}, | ||
"keywords" : [ "string" ], | ||
"licenses" : [ | ||
{ | ||
"type" : "MIT", | ||
"url" : "https://raw.github.com/muigui/string/master/LICENSE" | ||
} | ||
], | ||
"main" : "./dist/index.js", | ||
"name" : "@package/string", | ||
"license" : "MIT", | ||
"repository" : { | ||
@@ -43,9 +37,12 @@ "type" : "git", | ||
}, | ||
"bugs" : { | ||
"url" : "https://github.com/muigui/string/issues" | ||
}, | ||
"scripts" : { | ||
"build" : "./node_modules/.bin/babel ./*.js --out-dir dist --source-maps", | ||
"build-watch" : "./node_modules/.bin/babel ./*.js --out-dir dist --source-maps -w", | ||
"prepublish" : "npm prune", | ||
"postinstall" : "npm run build", | ||
"test" : "node --harmony ./node_modules/.bin/mocha --compilers js:babel/register --colors --harmony --recursive -R spec --ui tdd ./test.js" | ||
}, | ||
"version" : "0.0.3" | ||
} | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
15793
9
135