-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.02 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
{
"name": "craze",
"version": "1.0.0",
"description": "Arctouch code challenge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"dev": "gulp server",
"build": "gulp build",
"start": "gulp build && gulp production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lemamon/craze.git"
},
"keywords": [
"code",
"html",
"css",
"js",
"frontend"
],
"author": "lemamon",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.9.8",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-clean": "^0.3.1",
"gulp-csslint": "^0.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-uglify-es": "^1.0.4",
"gulp-usemin": "^0.3.14",
"jshint-stylish": "^2.0.1"
},
"bugs": {
"url": "https://github.com/lemamon/craze/issues"
},
"homepage": "https://github.com/lemamon/craze#readme"
}