forked from PedroGutierrezStratio/Project-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 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
81
{
"name": "project-scaffolding",
"version": "0.1.0",
"description": "Project scaffolding for any purpose.",
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"test": "gulp test",
"test:watch": "gulp test:watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pedro-vk/Project-scaffolding.git"
},
"author": "Pedro Gutiérrez",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pedro-vk/Project-scaffolding/issues"
},
"homepage": "https://github.com/Pedro-vk/Project-scaffolding#readme",
"dependencies": {
"angular": "1.5.7",
"angular-animate": "1.5.7",
"angular-resource": "1.5.7",
"angular-route": "1.5.7",
"angular-sanitize": "1.5.7",
"angular-translate": "2.11.0",
"angular-ui-router": "0.3.1",
"egeo.ui.base": "git+https://github.com/Stratio/egeo.ui.base.git"
},
"devDependencies": {
"angular-mocks": "1.5.7",
"babel-polyfill": "6.9.1",
"babel-preset-es2015": "6.9.0",
"browser-sync": "2.13.0",
"gulp": "3.9.1",
"gulp-angular-templatecache": "2.0.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.11",
"gulp-concat": "2.6.0",
"gulp-debug": "2.1.2",
"gulp-dom": "0.9.0",
"gulp-if": "2.0.1",
"gulp-inject": "4.1.0",
"gulp-jscs": "3.0.2",
"gulp-jshint": "2.0.1",
"gulp-ng-annotate": "2.0.0",
"gulp-plumber": "1.1.0",
"gulp-run-sequence": "0.3.2",
"gulp-sass": "2.3.2",
"gulp-sass-lint": "1.2.0",
"gulp-sourcemap": "1.0.1",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.4",
"gulp-util": "3.0.7",
"http-proxy-middleware": "0.17.0",
"jasmine-core": "2.4.1",
"jscs": "3.0.7",
"jshint": "2.9.2",
"karma": "1.1.1",
"karma-babel-preprocessor": "6.0.1",
"karma-coverage": "1.1.0",
"karma-coveralls": "1.1.2",
"karma-jasmine": "1.0.2",
"karma-junit-reporter": "1.1.0",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "1.0.1",
"node-sass": "3.8.0",
"phantomjs-prebuilt": "2.1.7",
"pre-commit": "1.1.3",
"sass-lint": "1.8.2"
},
"pre-commit": {
"run": [
"test"
]
}
}