UNPKG

1.5 kBJSONView Raw
1{
2 "name": "shared-sofa-component-tasks",
3 "version": "0.1.0",
4 "description": "Shared gulp tasks for sofa component builds",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/sofa/shared-sofa-component-tasks.git"
12 },
13 "keywords": [
14 "sofa"
15 ],
16 "author": "pascal@couchcommerce.com",
17 "license": "GPL",
18 "bugs": {
19 "url": "https://github.com/sofa/shared-sofa-component-tasks/issues"
20 },
21 "homepage": "https://github.com/sofa/shared-sofa-component-tasks",
22 "devDependencies": {
23 "angular": "^1.3.5",
24 "angular-mocks": "^1.3.5",
25 "change-case": "^2.1.5",
26 "conventional-changelog": "0.0.11",
27 "del": "^0.1.3",
28 "gulp": "^3.8.10",
29 "gulp-concat": "^2.4.2",
30 "gulp-cssmin": "^0.1.6",
31 "gulp-footer": "^1.0.5",
32 "gulp-header": "^1.2.2",
33 "gulp-if": "^1.2.5",
34 "gulp-jshint": "^1.9.0",
35 "gulp-ng-annotate": "^0.4.0",
36 "gulp-ng-html2js": "^0.1.8",
37 "gulp-rename": "^1.2.0",
38 "gulp-rimraf": "^0.1.1",
39 "gulp-sass": "^1.1.0",
40 "gulp-uglify": "^1.0.1",
41 "jasmine-core": "^2.1.3",
42 "jshint-stylish": "^1.0.0",
43 "karma": "^0.12.28",
44 "karma-chrome-launcher": "^0.1.5",
45 "karma-firefox-launcher": "^0.1.3",
46 "karma-jasmine": "^0.3.2",
47 "lazypipe": "^0.2.2",
48 "rimraf": "^2.2.8",
49 "sofa-core": "^0.12.0",
50 "sofa-storages": "^0.4.0",
51 "sofa-testing": "^0.7.0",
52 "vinyl-paths": "^1.0.0"
53 }
54}