-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 785 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 785 Bytes
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
{
"name": "vashet",
"version": "0.0.1",
"description": "\"A ClojureScript wrapper for Robin Frischmann's css-in-js library fela\"",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "lein test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/derHowie/vashet.git"
},
"keywords": [
"css-in-js",
"ClojureScript"
],
"author": "Christopher Howard",
"license": "MIT",
"bugs": {
"url": "https://github.com/derHowie/vashet/issues"
},
"homepage": "https://github.com/derHowie/vashet#readme",
"devDependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.2",
"express": "^4.15.2",
"express-session": "^1.15.2",
"forever": "^0.15.3"
}
}