-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 867 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
{
"name": "caramel",
"version": "2.0.0-beta",
"description": "Simple, Modern, Responsive Website Design Framework",
"homepage": "https://kurisubrooks.com/caramel",
"author": "kurisubrooks",
"license": "GPL-3.0",
"main": "gulpfile.js",
"sass": "sass/caramel.sass",
"keywords": [
"website",
"framework",
"frontend",
"design",
"css"
],
"scripts": {
"watch": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kurisubrooks/caramel.git"
},
"bugs": {
"url": "https://github.com/kurisubrooks/caramel/issues"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2"
}
}