-
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) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 796 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": "argshim",
"version": "0.0.6",
"description": "JavaScript module for handling properly typed optional function arguments",
"main": "src/argShim.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:ovatto/argShim.git"
},
"keywords": [
"JavaScript",
"Function",
"Arguments",
"Optional"
],
"author": {
"name": "Olli Vättö",
"email": "olli.vatto AT me.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ovatto/argShim/issues"
},
"homepage": "https://github.com/ovatto/argShim",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-simple-mocha": "^0.4.0",
"should": "^5.2.0"
},
"readmeFilename": "README.md"
}