-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 Bytes
/
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
{
"name": "c90-builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pentapod/C90-builder.git"
},
"author": "spring-raining",
"license": "MIT",
"bugs": {
"url": "https://github.com/pentapod/C90-builder/issues"
},
"homepage": "https://github.com/pentapod/C90-builder#readme",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.13.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.0.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.5.0",
"normalize.css": "^4.2.0",
"pug": "^2.0.0-beta3"
},
"dependencies": {
"marked": "^0.3.6",
"node-prismjs": "^0.1.0"
}
}