-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "skylark-easyeditor",
"description": "The skylark markdown editor widget",
"version": "0.9.0",
"keywords": [
"css",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "https://github.com/skylark-integration/skylark-easyeditor/",
"author": "Hudaokeji, Inc.",
"scripts": {
"build": "slib build .",
"change-version": "node grunt/change-version.js",
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
"test": "grunt test"
},
"files": [
"examples/",
"dist/",
"src/",
"themes/"
],
"style": "dist/css/bootstrap.css",
"less": "less/bootstrap.less",
"main": "./dist/js/main",
"repository": {
"type": "git",
"url": "https://github.com/skylark-integration/skylark-easyeditor.git"
},
"bugs": {
"url": "https://github.com/skylark-integration/skylark-easyeditor/issues"
},
"license": "MIT",
"dependencies": {
"skylark-domx-plugins-base": "git+https://github.com/skylark-domx/skylark-domx-plugins-base.git",
"skylark-langx": "git+https://github.com/skylarklangx/skylark-langx.git"
},
"engines": {
"node": ">=0.10.1"
}
}