-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 992 Bytes
/
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
{
"name": "admcode",
"version": "1.0.3",
"description": "ADMCode é uma agência digital e fabricante de coisas",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node node_modules/gulp-cli/bin/gulp.js",
"watch": "node node_modules/gulp-cli/bin/gulp.js watch"
},
"keywords": [
"admcode.com.br",
"admcode"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:admcode/admcode.com.br.git"
},
"author": "ADMCode",
"license": "MIT",
"bugs": {
"url": "https://github.com/admcode/admcode.com.br/issues"
},
"homepage": "https://github.com/admcode/admcode.com.br/#readme",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cli": "^1.4.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.3.0",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5"
}
}