Adds Dfs
This commit is contained in:
21
spec/fixtures/dynamic_finders/plugin_version/mapifylite/composer_file/package.json
vendored
Normal file
21
spec/fixtures/dynamic_finders/plugin_version/mapifylite/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "MapifyLite",
|
||||
"version": "4.0.0",
|
||||
"description": "",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.24.1",
|
||||
"babel-loader": "^7.0.0",
|
||||
"babel-preset-env": "^1.4.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"bluebird": "^3.5.0",
|
||||
"es6-promise": "^4.1.0",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"leaflet-geosearch": "^2.2.0",
|
||||
"webpack": "^2.4.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "webpack -w",
|
||||
"build": "webpack"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user