forked from sdelements/node-slate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "node-slate",
"version": "1.0.0",
"description": "Node port of tripit/slate",
"main": "index.js",
"scripts": {
"start": "gulp serve",
"build": "gulp",
"deploy": "./deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdelements/node-slate.git"
},
"author": "SD Elements",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sdelements/node-slate/issues"
},
"homepage": "https://github.com/sdelements/node-slate#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.4",
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-ejs": "^2.1.1",
"gulp-if": "^2.0.0",
"gulp-live-server": "0.0.29",
"gulp-open": "^1.0.0",
"gulp-prettify": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"highlight.js": "^9.2.0",
"js-yaml": "^3.5.5",
"marked": "^0.3.5",
"node-sass": "^3.4.2"
}
}