-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 976 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
{
"name": "deps-flatlist-webpack",
"version": "1.0.1",
"description": "(flat)list dependencies of webpack bundles",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint && tap test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arndissler/deps-flatlist-webpack.git"
},
"keywords": [
"webpack",
"license"
],
"author": "Arnd Issler <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arndissler/deps-flatlist-webpack/issues"
},
"homepage": "https://github.com/arndissler/deps-flatlist-webpack#readme",
"devDependencies": {
"babel": "6.5.2",
"babel-cli": "6.14.0",
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"lodash": "^4.15.0",
"react": "15.3.1",
"standard": "^8.0.0",
"tap": "^7.0.1",
"w3c-blob": "0.0.1"
},
"dependencies": {
"webpack": "^1.13.2",
"webpack-dependency-tree": "0.0.2"
}
}