-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
80 lines (80 loc) · 2.23 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "project-scaffolding",
"version": "0.1.0",
"description": "Project scaffolding for any purpose.",
"scripts": {
"dist": "gulp",
"serve": "gulp serve",
"test": "gulp test",
"test:watch": "gulp test:watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PedroGutierrezStratio/Project-scaffolding.git"
},
"author": "Pedro Gutiérrez",
"license": "ISC",
"bugs": {
"url": "https://github.com/PedroGutierrezStratio/Project-scaffolding/issues"
},
"homepage": "https://github.com/PedroGutierrezStratio/Project-scaffolding#readme",
"dependencies": {
"angular": "1.5.5",
"angular-animate": "1.5.5",
"angular-resource": "1.5.5",
"angular-route": "1.5.5",
"angular-sanitize": "1.5.5",
"angular-translate": "2.11.0",
"angular-ui-router": "0.2.18",
"egeo.ui.base": "git+https://github.com/Stratio/egeo.ui.base.git"
},
"devDependencies": {
"angular-mocks": "1.5.5",
"babel-polyfill": "6.8.0",
"babel-preset-es2015": "6.6.0",
"browser-sync": "2.12.5",
"gulp": "3.9.1",
"gulp-angular-templatecache": "1.8.0",
"gulp-angular-translate": "0.1.4",
"gulp-autoprefixer": "3.1.0",
"gulp-babel": "6.1.2",
"gulp-clean": "0.3.2",
"gulp-clean-css": "2.0.6",
"gulp-concat": "2.6.0",
"gulp-debug": "2.1.2",
"gulp-dom": "0.8.5",
"gulp-if": "2.0.0",
"gulp-inject": "4.0.0",
"gulp-jscs": "3.0.2",
"gulp-jshint": "2.0.0",
"gulp-ng-annotate": "2.0.0",
"gulp-plumber": "1.1.0",
"gulp-run-sequence": "0.3.2",
"gulp-sass": "2.3.1",
"gulp-sass-lint": "1.1.1",
"gulp-sourcemap": "1.0.1",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"http-proxy-middleware": "0.14.0",
"jasmine-core": "2.4.1",
"jscs": "3.0.3",
"jshint": "2.9.2",
"karma": "0.13.22",
"karma-babel-preprocessor": "6.0.1",
"karma-coverage": "0.5.5",
"karma-jasmine": "0.3.8",
"karma-junit-reporter": "0.4.2",
"karma-ng-html2js-preprocessor": "0.2.2",
"karma-phantomjs-launcher": "1.0.0",
"node-sass": "3.6.0",
"phantomjs-prebuilt": "2.1.7",
"pre-commit": "1.1.2",
"sass-lint": "1.7.0"
},
"pre-commit": {
"run": [
"test"
]
}
}