-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.74 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
56
57
58
59
60
61
62
63
{
"name": "shared-sofa-component-tasks",
"version": "0.12.1",
"description": "Shared gulp tasks for sofa component builds",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sofa/shared-sofa-component-tasks.git"
},
"keywords": [
"sofa"
],
"author": "[email protected]",
"license": "GPL",
"bugs": {
"url": "https://github.com/sofa/shared-sofa-component-tasks/issues"
},
"homepage": "https://github.com/sofa/shared-sofa-component-tasks",
"dependencies": {
"angular": "^1.3.5",
"angular-mocks": "^1.3.5",
"babel-eslint": "^3.1.1",
"change-case": "^2.1.5",
"conventional-changelog": "0.0.11",
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-babel": "^5.1.0",
"gulp-bump": "^0.1.11",
"gulp-concat": "^2.4.2",
"gulp-cssmin": "^0.1.6",
"gulp-eslint": "^0.11.1",
"gulp-exec": "^2.1.1",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.5",
"gulp-ng-annotate": "^0.4.0",
"gulp-ng-html2js": "^0.1.8",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^1.1.0",
"gulp-sofa-define-annotation": "^0.3.0",
"gulp-uglify": "^1.0.1",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-babel-preprocessor": "^5.1.0",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.2",
"lazypipe": "^0.2.2",
"minimist": "^1.1.0",
"npm-owners": "^0.1.3",
"rimraf": "^2.2.8",
"run-sequence": "^1.1.0",
"sofa-core": "^0.15.1",
"sofa-storages": "^0.4.0",
"sofa-testing": "^0.7.0",
"vinyl-paths": "^1.0.0"
}
}