forked from tracim/tracim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "tracim",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp-dev": "gulp dev",
"gulp-prod": "gulp prod",
"gulp-watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tracim/tracim.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tracim/tracim/issues"
},
"homepage": "https://github.com/tracim/tracim#readme",
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.14.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.8",
"gulp-concat": "^2.6.0",
"gulp-expect-file": "0.0.7",
"gulp-jshint": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rewrite-css": "^1.0.4",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0"
}
}