forked from 2600hz/monster-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "monster-ui",
"version": "4.3.0",
"description": "Monster-UI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2600hz/monster-ui.git"
},
"author": "2600Hz",
"license": "ISC",
"bugs": {
"url": "https://github.com/2600hz/monster-ui/issues"
},
"homepage": "https://github.com/2600hz/monster-ui#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.5",
"del": "^3.0.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^4.0.0",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-declare": "^0.3.0",
"gulp-eslint": "^5.0.0",
"gulp-handlebars": "^5.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^2.1.2",
"gulp-wrap": "^0.14.0",
"requirejs": "^2.3.5",
"semver": "^5.7.0",
"upath": "^1.1.2",
"vinyl-paths": "^2.1.0",
"yargs-parser": "^10.1.0"
}
}