mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 02:42:36 +02:00
Mapillary Js, second stab
This commit is contained in:
+5
-1
@@ -9,7 +9,9 @@
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "rm -rf node_modules/.bin/phantomjs",
|
||||
"test": "eslint js/id && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html dot && make && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index_packaged.html dot"
|
||||
"test": "eslint js/id && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html dot && make && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index_packaged.html dot",
|
||||
"start": "http-server .",
|
||||
"lint": "eslint js/id"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -27,10 +29,12 @@
|
||||
"eslint": "~1.10.3",
|
||||
"glob": "~3.1.21",
|
||||
"happen": "0.1.2",
|
||||
"http-server": "^0.9.0",
|
||||
"js-yaml": "~3.3.1",
|
||||
"jsonschema": "~0.3.2",
|
||||
"lodash-cli": "4.12.0",
|
||||
"maki": "0.5.0",
|
||||
"mapillary-js": "^1.3.0",
|
||||
"minimist": "~1.2.0",
|
||||
"mocha": "~2.3.4",
|
||||
"mocha-phantomjs-core": "^1.3.0",
|
||||
|
||||
Reference in New Issue
Block a user