-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
{
"name": "issues-tracking-app",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/Juveniel/IssuesTrackingApp-Client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Juveniel/IssuesTrackingApp-Client/issues"
},
"homepage": "https://github.com/Juveniel/IssuesTrackingApp-Client#readme",
"dependencies": {
"babel-polyfill": "^6.23.0"
},
"scripts": {
"test": "start chrome http://127.0.0.1:8081/tests/index.html && http-server ./"
},
"devDependencies": {
"@types/core-js": "^0.9.35",
"babel-core": "^6.23.1",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.8",
"chai": "^3.5.0",
"del": "^2.2.2",
"eslint": "^3.14.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-flatten": "^0.3.1",
"gulp-html-replace": "^1.6.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.2.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-rewrite-image-path": "0.0.4",
"gulp-ruby-sass": "^2.1.1",
"gulp-sass-lint": "^1.3.2",
"gulp-uglify": "^2.0.1",
"gulp-useref": "^3.1.2",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"pump": "^1.0.2",
"run-sequence": "^1.2.2",
"sass-lint": "^1.10.2",
"sinon": "^1.17.7"
},
"sasslintConfig": "linters/.sass-lint.yml"
}