-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 893 Bytes
/
package.json
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
{
"name": "migi-loader",
"version": "7.1.0",
"description": "",
"maintainers": [
{
"name": "army8735",
"email": "[email protected]"
}
],
"scripts": {
"test": "make test"
},
"config": {
"blanket": {
"pattern": "index.js"
}
},
"repository": {
"type": "git",
"url": "git://github.com/migijs/migi-loader.git"
},
"keywords": [
"webpack",
"loader",
"migi"
],
"author": "army8735",
"license": "MIT",
"dependencies": {
"lefty": "~7.1.0"
},
"main": "./index",
"engines": {
"node": ">= 4.2"
},
"readmeFilename": "README.md",
"devDependencies": {
"blanket": "^1.1.7",
"coveralls": "^2.10.0",
"expect.js": "^0.3.1",
"gulp": "^3.9.0",
"gulp-clean": "^0.2.4",
"gulp-util": "^2.2.14",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "^0.0.2",
"through2": "^2.0.0"
}
}