-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
57 lines (57 loc) · 1.38 KB
/
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
50
51
52
53
54
55
56
57
{
"name": "@jh3y/ep",
"version": "2.0.6",
"description": "enhance your progress bars with minimal effort!",
"main": "dist/ep.js",
"scripts": {
"prepublish": "make dist",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jh3y/ep.git"
},
"keywords": [
"progress",
"ep",
"css",
"ui",
"ux",
"loader"
],
"author": "jh3y <jh3y@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jh3y/ep/issues"
},
"homepage": "https://jh3y.github.io/ep",
"devDependencies": {
"autoprefixer": "^6.5.0",
"babel-cli": "^6.16.0",
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"clean-css": "^3.4.20",
"css-loader": "^0.25.0",
"eslint": "^3.6.1",
"extract-text-webpack-plugin": "^1.0.1",
"gh-pages": "^0.11.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.10.0",
"normalize.css": "^4.2.0",
"postcss-cli": "^2.6.0",
"postcss-loader": "^0.11.1",
"prismjs": "^1.5.1",
"pug": "^2.0.0-beta6",
"pug-loader": "^2.3.0",
"sass-lint": "^1.9.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"uglify-js": "^2.7.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
}
}