-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "viseven-task",
"version": "1.0.0",
"description": "Test task for viseven frontend course",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fantkolja/viseven.git"
},
"keywords": [
"viseven",
"future",
"frontend",
"destiny",
"course"
],
"author": "Mykola Fant",
"license": "ISC",
"bugs": {
"url": "https://github.com/fantkolja/viseven/issues"
},
"homepage": "https://github.com/fantkolja/viseven#readme",
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.7",
"browserify": "^14.1.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.2",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^2.0.1"
}
}