-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 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
{
"name": "SYSKENONLINE5",
"version": "5.0.0",
"description": "WordPress theme for SYSKEN ONLINE",
"author": "NIT, Tsuyama College System Research Club",
"website": "http://sysken.org/",
"license": "MIT",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test",
"start": "grunt dist"
},
"repository": {
"type": "git",
"url": "https://github.com/TNCT-SYSKEN/SYSKENONLINE5.git"
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"bower": "^1.6.5",
"eslint": "^1.9.0",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-browser-sync": "^2.2.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.1.0",
"grunt-eslint": "^17.3.1",
"grunt-image": "^1.1.1",
"grunt-postcss": "^0.7.1",
"grunt-scss-lint": "^0.3.8"
}
}