-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
27 lines (27 loc) · 858 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
{
"author": "Chris Oakman <[email protected]> (https://chrisoakman.com)",
"name": "cljs-cheatsheet",
"description": "a ClojureScript Cheatsheet",
"homepage": "https://github.com/oakmac/cljs-cheatsheet",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oakmac/cljs-cheatsheet.git"
},
"scripts": {
"build-release": "lein cljsbuild once server && node app.js && grunt docs && grunt less && lein cljsbuild once cheatsheet-prod && snowflake-css prune && grunt build"
},
"devDependencies": {
"express": "4.16.2",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-watch": "1.0.0",
"grunt": "1.0.1",
"kidif": "1.1.0",
"marked": "0.3.18",
"md5": "2.2.1",
"shelljs": "0.8.5",
"snowflake-css": "0.1.0"
}
}