forked from bollwyvl/nb-mermaid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.26 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.26 KB
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
{
"author": {
"name": "Nicholas Bollweg",
"url": "https://github.com/bollwyvl"
},
"description": "",
"devDependencies": {
"coffee-script": "~1.10.0",
"less": "~2.7.0",
"watch": "~0.18.0",
"less-plugin-autoprefix": "~1.4.2",
"jade": "~1.11.0",
"marked": "~0.3.5",
"jstransformer-marked": "1.0.0"
},
"license": "BSD",
"main": "main.js",
"name": "nb-mermaid",
"repository": {
"type": "git",
"url": "https://github.com/bollwyvl/nb-mermaid.git"
},
"scripts": {
"build": "npm run coffee_build && npm run less",
"coffee_build": "./node_modules/.bin/coffee -c -o ./nb-mermaid/static/nb-mermaid ./nb-mermaid/static/src/*.coffee",
"coffee": "./node_modules/.bin/coffee -cw -o ./nb-mermaid/static/nb-mermaid ./nb-mermaid/static/src/*.coffee",
"less": "./node_modules/.bin/lessc ./nb-mermaid/static/src/nb-mermaid.less ./nb-mermaid/static/nb-mermaid/nb-mermaid.css --autoprefix",
"watch-less": "./node_modules/.bin/watch 'npm run less' ./nb-mermaid/static/src",
"jade": "./node_modules/.bin/jade --watch ./nb-mermaid/static/src/*.jade -o ./nb-mermaid/static/nb-mermaid",
"live": "./bin/npm_watch_multiple.sh watch-less coffee jade"
},
"version": "0.2.1",
"dependencies": {
"bower": "^1.8.12"
}
}