-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 894 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
{
"author": {
"name": "Nicholas Bollweg",
"url": "https://github.com/bollwyvl"
},
"description": "",
"devDependencies": {
"bower": "~1.4.1",
"coffee-script": "~1.9.2",
"less": "~2.5.0",
"phantomjs": "~1.9.16",
"watch": "~0.16.0",
"casperjs": "~1.1.0-beta3"
},
"license": "BSD",
"main": "index.js",
"name": "ipytangle",
"repository": {
"type": "git",
"url": "https://github.com/bollwyvl/ipytangle.git"
},
"scripts": {
"coffee": "./node_modules/.bin/coffee -cw -o ipytangle/static/ipytangle/js/ ipytangle/static/src/coffee/*.coffee",
"less": "./node_modules/.bin/lessc ipytangle/static/src/less/tangle.less ipytangle/static/ipytangle/css/tangle.css ",
"test": "echo \"Error: no test specified\" && exit 1",
"watch-less": "./node_modules/.bin/watch 'npm run less' ipytangle/static/src/less"
},
"version": "0.0.0"
}