-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 995 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
39
40
{
"name": "sunpro-c89",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hakatashi/SunPro-C89.git"
},
"author": "SunPro",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/hakatashi/SunPro-C89/issues"
},
"homepage": "https://github.com/hakatashi/SunPro-C89#readme",
"devDependencies": {
"async": "^1.5.0",
"autoprefixer": "^6.2.2",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.0.5",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"jquery": "^2.1.4",
"js-yaml": "^3.4.6",
"livescript": "^1.4.0",
"mathjax": "^2.5.1",
"mkdirp": "^0.5.1",
"normalize.css": "^3.0.3",
"octicons": "^3.3.0",
"prelude-ls": "^1.1.2",
"purecss": "^0.6.0"
}
}