1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
2016-08-22 18:31:50 -06:00

36 lines
870 B
JSON

{
"name": "dnscontrol",
"version": "1.0.0",
"description": "web ide for dnscontrol",
"main": "bundle.js",
"scripts": {
"watch": "webpack -w"
},
"author": "",
"license": "MIT",
"dependencies": {
"brace": "^0.8.0",
"lodash": "^4.14.1",
"vue": "^1.0.26",
"vue-multiselect": "^0.3.1",
"vue-spinner": "^1.0.2",
"vue-strap": "^1.0.11",
"vue-truncate": "^1.0.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.23.1",
"strip-sourcemap-loader": "0.0.1",
"vue-hot-reload-api": "^2.0.5",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.3",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1"
}
}