-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 760 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 760 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
{
"name": "capitalize",
"version": "2.0.4",
"description": "capitalize the first letter of a string, or all words in a string",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"tape": "~2.4.0",
"markdown-code-blocks": "0.0.1"
},
"scripts": {
"test": "markdown-code-blocks -t javascript < README.md | sed \"s/require('capitalize')/require('.')/\" | node"
},
"repository": {
"type": "git",
"url": "git://github.com/grncdr/js-capitalize.git"
},
"bugs": {
"type": "git",
"url": "git://github.com/grncdr/js-capitalize/issues"
},
"homepage": "https://github.com/grncdr/js-capitalize",
"keywords": [
"capitalize"
],
"author": "Stephen Sugden <me@stephensugden.com>",
"license": "MIT"
}