-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 KB
/
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
36
37
38
39
40
41
{
"name": "static-props",
"description": "defines static object attributes using Object.defineProperties",
"version": "1.1.2",
"homepage": "http://g14n.info/static-props",
"author": {
"name": "Gianluca Casati",
"url": "http://g14n.info"
},
"license": "MIT",
"main": "static-props.js",
"scripts": {
"check-deps": "npm outdated",
"lint": "standa",
"markdown2code": "markdown2code -l javascript README.md > ${npm_package_main}",
"postversion": "git push origin v${npm_package_version}; npm publish; git push origin master",
"test": "NODE_PATH=. tape test.js"
},
"pre-commit": [
"lint",
"test",
"check-deps"
],
"repository": {
"type": "git",
"url": "git://github.com/fibo/static-props.git"
},
"keywords": [
"static"
],
"bugs": {
"url": "https://github.com/fibo/static-props/issues"
},
"devDependencies": {
"markdown2code": "^1.0.1",
"pre-commit": "^1.2.2",
"standa": "^2.1.0",
"tape": "^4.9.1"
},
"dependencies": {}
}