-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 846 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 846 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": "csde-components-boilerplate",
"version": "1.4.0",
"description": "Boilerplate project for creating Content Station Digital Editor components.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"dev": "gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WoodWing/csde-components-boilerplate.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/WoodWing/csde-components-boilerplate/issues"
},
"homepage": "https://github.com/WoodWing/csde-components-boilerplate#readme",
"dependencies": {
"@woodwing/csde-components-validator": "^1.6.0",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.0",
"node-sass": "^4.13.1",
"uglify-js": "^3.6.0"
},
"devDependencies": {}
}