-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 975 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
30
31
32
33
34
35
{
"name": "springbokjs-common",
"version": "1.0.0",
"description": "common stuff for browser and server",
"main": "./lib/index.js",
"dependencies": {
"babel-runtime": "^5.8.25"
},
"devDependencies": {
"springbokjs-library": "^11.1.1"
},
"scripts": {
"test": "make tests",
"lint": "make lint",
"build": "make build",
"postpublish": "make post-publish",
"prepublish": "make pre-publish",
"preversion": "make pre-version",
"version": "make version",
"watch": "make watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christophehurpeau/springbokjs-common.git"
},
"keywords": [
"springbokjs"
],
"author": "Christophe Hurpeau <[email protected]> (http://christophe.hurpeau.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/christophehurpeau/springbokjs-common/issues"
},
"homepage": "https://github.com/christophehurpeau/springbokjs-common#readme"
}