File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "main" : " ./lib/simperium/index.js" ,
66 "repository" : {
77 "type" : " git" ,
8- "url" : " git://github.com/beaucollins /node-simperium.git"
8+ "url" : " git://github.com/Simperium /node-simperium.git"
99 },
1010 "scripts" : {
11- "test" : " `npm bin`/ mocha --compilers js:babel-core/register test/**" ,
12- "prepublish" : " `npm bin`/ babel -q -d lib/ src/" ,
11+ "test" : " mocha --compilers js:babel-core/register test/**" ,
12+ "prepublish" : " babel -q -d lib/ src/" ,
1313 "postinstall" : " node scripts/install.js"
1414 },
1515 "author" : " " ,
1616 "license" : " BSD-2-Clause" ,
1717 "dependencies" : {
18- "babel-core" : " ^6.2.0" ,
19- "babel-preset-es2015" : " ^6.2.0" ,
2018 "find" : " ^0.2.3" ,
2119 "node-uuid" : " ^1.4.7" ,
2220 "websocket" : " ^1.0.22"
2321 },
2422 "devDependencies" : {
2523 "babel-cli" : " ^6.2.0" ,
2624 "babel-core" : " ^6.2.0" ,
25+ "babel-preset-es2015" : " ^6.2.0" ,
2726 "mocha" : " ^2.3.4"
2827 }
2928}
You can’t perform that action at this time.
0 commit comments