-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 913 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
{
"name": "monkee-z",
"version": "1.0.0",
"description": "It's not alpha, not bravo, but zulu ... the last library you should use (and my personal playground)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MatthijsKamstra/monkee-z.git"
},
"author": "Matthijs Kamstra aka [mck]",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatthijsKamstra/monkee-z/issues"
},
"homepage": "https://github.com/MatthijsKamstra/monkee-z#readme",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "haxe build-release.hxml && npm run git:release",
"git:release": "git add . && git commit -m '🔥 release' && git push --all",
"____": "______",
"scss": "node-sass --watch src/monkeegui-style.scss -o src"
},
"dependencies": {
"node-sass": "^6.0.0"
}
}