-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 905 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 905 Bytes
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
{
"name": "visualforce-webegin",
"version": "1.0.0",
"description": "A bare-bones web development starting point with extended styles for Visualforce.",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://kevinberonilla@github.com/kevinberonilla/visualforce-webegin.git"
},
"author": "Kevin Beronilla <kevin.beronilla@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinberonilla/visualforce-webegin/issues"
},
"homepage": "https://github.com/kevinberonilla/visualforce-webegin#readme"
}