-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 926 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 926 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
35
{
"name": "turaco",
"description": "views and components for server and browser",
"keywords": [
"turacojs"
],
"version": "1.2.1",
"homepage": "http://turacojs.org",
"license": "MIT",
"author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
"repository": "git://github.com/turacojs/render.git",
"main": "./lib/index.js",
"browser": "./lib/browser/index.js",
"devDependencies": {
"proclaim": "^3.3.0",
"springbokjs-library": "^8.0.3"
},
"jspm": {
"main": "./lib/browser/index.js"
},
"dependencies": {
"esnext-class": "^1.0.0",
"html-document": "^0.8.1",
"springbokjs-dom": "^0.11.0"
},
"scripts": {
"preversion": "make pre-version",
"version": "make version",
"prepublish": "make pre-publish",
"postpublish": "make post-publish",
"test": "make tests",
"build": "make build",
"watch": "make watch"
}
}