-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
55 lines (55 loc) · 1.47 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Harlan",
"version": "0.0.1",
"description": "Harlan é o sistema modular que permite você automatizar toda sua governança cadastral da nuvem.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:lfamorim/buscapi.git"
},
"author": "",
"license": "copyright",
"devDependencies": {
"browserify": "~8.1.0",
"compass": "~0.1.0",
"electron-prebuilt": "^0.27.2",
"email-regex": "^1.0.0",
"gulp": "~3.8.10",
"gulp-bower": "0.0.10",
"gulp-clean": "~0.3.1",
"gulp-compass": "~2.0.3",
"gulp-concat": "~2.4.3",
"gulp-file-include": "~0.7.1",
"gulp-gh-pages": "^0.5.2",
"gulp-html-minifier": "~0.1.6",
"gulp-htmlhint": "^0.1.1",
"gulp-image-optimization": "~0.1.3",
"gulp-jshint": "~1.9.0",
"gulp-livereload": "^3.8.0",
"gulp-manifest": "0.0.6",
"gulp-minify-css": "~0.3.11",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-s3": "~0.3.0",
"gulp-sass": "^2.0.1",
"gulp-uglify": "~1.0.2",
"jshint-stylish": "~1.0.0",
"streamqueue": "^0.1.3",
"underscore": "^1.7.0",
"uniqid": "^1.0.0",
"var": "^0.1.3",
"vinyl-transform": "~1.0.0"
},
"dependencies": {
"async": "~0.9.0",
"cheet.js": "~0.3.3",
"diacritics": "~1.2.1",
"domready": "~1.0.7",
"markdown": "^0.5.0",
"phantomjs": "^1.9.17",
"underscore": "^1.7.0"
}
}