-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "montage-wordpress",
"version": "0.1.0",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/montagejs/montage-wordpress.git"
},
"bugs": {
"url": "https://github.com/montagejs/montage-wordpress/issues"
},
"homepage": "https://github.com/montagejs/montage-wordpress#readme",
"scripts": {
"lint": "jshint .",
"build": "mop .",
"publish": "git checkout gh-pages && git subtree push --prefix dist origin gh-pages",
"start": "npm run serve",
"serve": "minit serve",
"serve:dist": "minit serve -r dist"
},
"dependencies": {
"digit": "^3.0.2",
"montage": "montagejs/montage#master"
},
"devDependencies": {
"jshint": "^2.9.5",
"minit": "^0.5.7",
"montage-testing": "~0.5.1",
"mop": "montagejs/mop#master"
},
"excludes": [
"**/**/mocha.css",
"dist",
"builds"
],
"bundle": [
"ui/main.reel"
]
}