-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
38 lines (38 loc) · 898 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
{
"name": "spck-embed",
"version": "0.3.0",
"description": "Spck is an embeddable code editor designed for the web.",
"module": "dist/index.js",
"main": "dist/spck-embed.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gh-pages": "gh-pages -d builds/latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spckio/spck-embed.git"
},
"keywords": [
"embed",
"embeddable",
"javascript",
"editor",
"demo",
"code"
],
"author": "Zeb Zhao",
"license": "MIT",
"bugs": {
"url": "https://github.com/spckio/spck-embed/issues"
},
"homepage": "https://github.com/spckio/spck-embed#readme",
"devDependencies": {
"gh-pages": "^1.2.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.1",
"gulp-umd": "^2.0.0",
"pump": "^3.0.0"
},
"dependencies": {}
}