-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 838 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
{
"name": "controle-pontos-app",
"version": "1.0.0",
"description": "Hibrid mobile application layout",
"main": "index.js",
"scripts": {
"test": "\"Testing...\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucasrcdias/controle-pontos-app.git"
},
"keywords": [
"js",
"gulp"
],
"author": "Lucas Ramos",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucasrcdias/controle-pontos-app/issues"
},
"homepage": "https://github.com/lucasrcdias/controle-pontos-app#readme",
"devDependencies": {
"autoprefixer-stylus": "^0.9.2",
"browser-sync": "^2.13.0",
"cssnano": "^3.7.1",
"gulp": "^3.9.0",
"gulp-cssnano": "^2.1.2",
"gulp-plumber": "^1.1.0",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^1.5.4",
"kouto-swiss": "^0.12.0"
}
}