forked from danielzzz/node-ping
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"author": "danielzzz <[email protected]> (http://daniel.zelisko.net)",
"scripts": {
"test": "grunt test"
},
"contributors": [
"Mond Wan <[email protected]>",
"dougluce <[email protected]>",
"weihua44",
"GermanBluefox",
"mabukar",
"microacup <[email protected]>",
"Andrew Fadeev",
"Joshua Pruitt <[email protected]>",
"Stephan van Rooij <[email protected]> (http://svrooij.nl)",
"Krispin Schulz <[email protected]> (http://kr1sp1n.io)",
"Kathy Hill",
"mrMuppet",
"Adam Heath <[email protected]> (http://www.adamheath.me)",
"BlessJah <[email protected]>",
"jritsema"
],
"name": "ping",
"description": "a simple wrapper for ping",
"version": "0.2.2",
"homepage": "http://github.com/danielzzz/node-ping",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/danielzzz/node-ping.git"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"q": "1.x",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"chai": "2.3.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-eslint": "^3.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"glob": "^7.1.1",
"grunt": "^1.0.1",
"grunt-mocha-test": "^0.13.2",
"gruntify-eslint": "^3.1.0",
"mocha": "2.5.3",
"sinon": "1.17.6"
},
"main": "index.js"
}