-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
40 lines (40 loc) · 918 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
36
37
38
39
40
{
"name": "args-js",
"version": "0.10.12",
"description": "Create javascript functions with optional, default and named paramaters.",
"keywords": [
"function",
"args",
"arguments",
"paramaters",
"api"
],
"homepage": "http://joebain.github.io/args.js/",
"repository": {
"type": "git",
"url": "https://github.com/joebain/args.js"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.6.0",
"mocha": "~1.4.0",
"should": "~1.1.0",
"phantomjs": "1.9.1-0",
"mocha-phantomjs": "~3.3.1",
"grunt-mocha-phantomjs": "~0.4.0",
"grunt-bumper": "~1.0.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.3.2"
},
"engines": {
"node": ">0.8.0",
"npm": ">1.1.0"
},
"scripts": {
"test": "mocha"
},
"main": "Args.js"
}