-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "test-editor-cgs",
"version": "0.0.0",
"description": "Место для экспериментов.",
"main": "index.js",
"scripts": {
"prepublish": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/Lotgyero/test-editor-cgs.git"
},
"keywords": [
"test",
"Editor cgs"
],
"author": "Lotguero",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lotgyero/test-editor-cgs/issues"
},
"homepage": "https://github.com/Lotgyero/test-editor-cgs",
"devDependencies": {
"browser-sync": "^2.5.3",
"coffee-script": "^1.9.1",
"connect": "^3.3.5",
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-ignore": "^1.2.1",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "^1.0.0",
"gulp-livereload": "^3.8.0",
"gulp-myth": "^1.0.2",
"gulp-sass": "^1.3.3",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"run-sequence": "^1.0.2"
}
}