-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 954 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 954 Bytes
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
{
"name": "jstools-hmw",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ASeegull/JSTools.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ASeegull/JSTools/issues"
},
"homepage": "https://github.com/ASeegull/JSTools#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat-css": "^2.3.0",
"gulp-copy": "^1.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-jshint": "^2.0.4",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.4",
"run-sequence": "^1.2.2"
}
}