-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "gumga-components",
"version": "3.5.0",
"description": "Those component's were made by the Front End Developing Team of Gumga S/A.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp ci"
},
"repository": {
"type": "git",
"url": "https://github.com/GUMGA/components.git"
},
"keywords": [
"gumga",
"components",
"javascript",
"angularjs"
],
"author": "GUMGA Tecnologia da Informação S/A.",
"license": "LGPL",
"devDependencies": {
"bootstrap-styl": "^5.0.7",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-plato": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.0",
"karma-babel-preprocessor": "^5.2.2",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.5",
"run-sequence": "^1.1.4"
},
"dependencies": {
"gulp-babel": "^5.3.0",
"gulp-data": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-stylus": "^2.0.5"
}
}