-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathbower.json
More file actions
48 lines (48 loc) · 1011 Bytes
/
bower.json
File metadata and controls
48 lines (48 loc) · 1011 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "codegroundjs",
"version": "0.1.7",
"description": "An HTML, CSS, and JS playground plugin for self-hosted demos or playgrounds",
"main": [
"src/codeground.js",
"src/codeground.css"
],
"authors": [
"codypearce <outis161@gmail.com>"
],
"repository": {
"type": "git",
"url": "git//github.com/codypearce/codegroundjs"
},
"license": "MIT",
"keywords": [
"playground",
"html",
"css",
"js",
"codeground",
"live",
"preview",
"real",
"time",
"editor"
],
"homepage": "https://github.com/codypearce/codegroundjs",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"assets"
],
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1",
"gulp-clean-css": "^3.0.0",
"gulp-webserver": "^0.9.1"
}
}