-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.34 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
{
"name": "xenv",
"version": "0.4.0",
"description": "Full portable dev stack for Windows with all mainstream runtimes",
"main": "index.js",
"scripts": {
"build": "rimraf dist && webpack"
},
"keywords": [
"LAMP",
"WAMP",
"Python",
"Apache",
"NodeJS",
"Windows",
".NET",
"Core",
"PHP",
"COmposer",
"MySQL",
"MongoDB",
"CouchDB",
"MariaDB",
"PostgreSQL",
"PostGIS",
"Tomcat"
],
"author": "Colin Dekker <colin.dekker@quicknet.nl>",
"license": "MIT",
"dependencies": {
"@types/ini": "^1.3.29",
"apacheconf": "0.0.5",
"ini": "^1.3.4"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^4.0.0",
"@types/html-webpack-plugin": "^2.11.1",
"@types/rimraf": "0.0.28",
"@types/webpack-dev-server": "^1.12.5",
"@types/winston": "0.0.32",
"colors": "^1.1.2",
"copy-webpack-plugin": "^4.0.1",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.25.0",
"i18n-webpack-plugin": "^0.3.0",
"json-loader": "^0.5.4",
"rimraf": "^2.5.4",
"static-loader": "^0.1.8",
"url-loader": "^0.5.7",
"webpack": "^2.2.0-rc.3",
"webpack-dev-server": "^2.2.0-rc.0",
"winston": "^2.3.0",
"wrap-cmd": "^1.1.0"
}
}