-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 991 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
38
39
40
41
{
"name": "xxxxxxx",
"version": "1.0.0",
"description": "XXX's Admin Panel",
"main": "index.html",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/xxxxxxx"
},
"keywords": [
"admin",
"painel de controle"
],
"author": "Thais Martins <[email protected]>",
"license": "ISC",
"homepage": "https://bitbucket.org/xxxxxxx",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.2.1",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.1",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp.spritesmith": "^6.2.1",
"jshint": "^2.9.2"
},
"dependencies": {
"angular-ui-slider": "^0.4.0",
"gulp-coffee": "^2.3.3",
"gulp-sass": "^3.0.0",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"moment": "^2.15.2"
}
}