-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 730 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 730 Bytes
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
{
"name": "webpacker",
"version": "1.0.0",
"description": "webpack-middleware",
"main": "webpacker.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rockcoder23/webpacker.git"
},
"keywords": [
"webpack",
"middleware",
"request",
"response"
],
"author": "kugua",
"license": "ISC",
"bugs": {
"url": "https://github.com/rockcoder23/webpacker/issues"
},
"homepage": "https://github.com/rockcoder23/webpacker#readme",
"dependencies": {
"memory-fs": "^0.2.0",
"webpack": "^1.12.2"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2"
}
}