Reformat with npm cli
This commit is contained in:
parent
2a27410cdf
commit
4f91d699d6
10
package.json
10
package.json
@ -18,6 +18,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"cartodb-psql": "~0.6.0",
|
||||
"cartodb-query-tables": "0.2.0",
|
||||
"cartodb-redis": "0.13.1",
|
||||
"debug": "2.2.0",
|
||||
"express": "~2.5.11",
|
||||
@ -26,14 +27,13 @@
|
||||
"node-statsd": "~0.0.7",
|
||||
"node-uuid": "^1.4.7",
|
||||
"oauth-client": "0.3.0",
|
||||
"queue-async": "~1.0.7",
|
||||
"redis-mpool": "0.4.0",
|
||||
"rollbar": "~0.3.2",
|
||||
"step": "~0.0.5",
|
||||
"step-profiler": "~0.3.0",
|
||||
"topojson": "0.0.8",
|
||||
"underscore": "~1.6.0",
|
||||
"queue-async": "~1.0.7",
|
||||
"redis-mpool": "0.4.0",
|
||||
"cartodb-query-tables": "0.2.0"
|
||||
"underscore": "~1.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"istanbul": "~0.4.2",
|
||||
@ -47,7 +47,7 @@
|
||||
"sqlite3": "~3.0.8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test-all" ,
|
||||
"test": "make test-all",
|
||||
"test:unit": "mocha test/unit/**/*.js",
|
||||
"test:unit:watch": "npm run test:unit -- -w"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user