-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.52 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.52 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
{
"name": "@attrs/workbench",
"version": "0.4.0",
"description": "Extensible Admin UI",
"main": "lib/index.js",
"homepage": "https://attrs.github.io/workbench/",
"repository": "attrs/workbench",
"author": "joje <joje.attrs@gmail.com>",
"scripts": {
"demo": "node node_modules/webmodules/bin/wpm.js up 8000 docs -s",
"build": "gulp build"
},
"license": "MIT",
"dependencies": {
"array-equal": "^1.0.0",
"minimatch": "^3.0.4",
"tinyselector": "^0.1.23"
},
"devDependencies": {
"gulp-sourcemaps": "^2.6.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.1",
"del": "^2.2.2",
"file-loader": "^0.11.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-css-inline-images": "^0.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-csso": "^3.0.0",
"gulp-filter": "^5.0.0",
"gulp-header": "^1.8.8",
"gulp-less": "^3.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.1",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"html-loader": "^0.4.5",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"merge-stream": "^1.0.1",
"run-sequence": "^1.2.2",
"style-loader": "^0.17.0",
"through2": "^2.0.3",
"url-loader": "^0.5.8",
"webmodules": "^0.1.46",
"webpack": "^2.5.1"
},
"files": [
"lib",
"dist",
"LICENSE",
"README.md"
]
}