-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.07 KB
/
Copy pathpackage.json
File metadata and controls
102 lines (102 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "vroom",
"version": "1.0.0-alpha.1",
"description": "Automotivated.vroom( ) is an innovative application that shows inventory results based on dynamic search queries.",
"author": "Ferry Kobus <ferry@webmonkeys.nl>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Automotivated/vroom.git"
},
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"unit": "karma start test/unit/karma.conf.js --single-run",
"test": "npm run unit",
"lint": "eslint --ext .js,.vue src test/unit/specs"
},
"dependencies": {
"vue": "^2.2.5"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.24.0",
"bithound": "^1.7.0",
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"chalk": "^1.1.3",
"codeclimate-test-reporter": "^0.4.1",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.26.4",
"eslint": "^3.18.0",
"eslint-config-standard": "^6.2.1",
"eslint-config-vue": "^2.0.2",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.0",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"eslint-plugin-vue": "^1.0.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"function-bind": "^1.1.0",
"gitbook-cli": "2.3.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.4",
"img-loader": "^1.3.1",
"inject-loader": "^2.0.1",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.4",
"karma": "^1.5.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^1.2.4",
"karma-sinon-stub-promise": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.1",
"lolex": "^1.6.0",
"mocha": "^3.2.0",
"node-sass": "^4.5.1",
"opn": "^4.0.2",
"ora": "^0.4.1",
"phantomjs-prebuilt": "^2.1.14",
"postcss-loader": "^1.3.3",
"raw-loader": "^0.5.1",
"sass-loader": "^4.1.1",
"semver": "^5.3.0",
"shelljs": "^0.7.7",
"sinon": "^1.17.7",
"sinon-chai": "^2.9.0",
"sinon-stub-promise": "^4.0.0",
"style-loader": "^0.13.2",
"svgo-loader": "^1.2.1",
"url-loader": "^0.5.8",
"vue-loader": "^10.3.0",
"vue-resource": "^1.2.1",
"vue-slider-component": "^2.2.2",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.2.5",
"vuex": "^2.2.1",
"vuex-i18n": "^1.3.3",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1",
"webpack-merge": "^1.1.2"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
}