Mapillary Js, second stab

This commit is contained in:
Kushan Joshi
2016-05-24 13:11:22 +05:30
parent 8782c1480d
commit f81ff29645
23 changed files with 228 additions and 143 deletions
+5 -1
View File
@@ -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",