-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 737 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 737 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
{
"name": "dongle",
"version": "1.0.0",
"description": "Painel Gerenciador de Dongles-Asterisk",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://servicepress@bitbucket.org/servicepress/css_dongle.git"
},
"keywords": [
"dongle",
"asterisk"
],
"author": "Israel Azevedo",
"license": "ISC",
"homepage": "https://bitbucket.org/servicepress/css_dongle#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^3.7.0",
"gulp-connect": "^5.0.0",
"gulp-notify": "^3.0.0",
"gulp-recursive-concat": "^0.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglifycss": "^1.0.8"
}
}