-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 867 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
{
"name": "facebook-autopoker",
"version": "1.0.0",
"description": "Automatically pokes everyone back",
"main": "index.js",
"scripts": {
"test": "standard",
"start": "node build.js && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChalkPE/facebook-autopoker.git"
},
"keywords": [
"facebook",
"poke"
],
"author": "ChalkPE",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChalkPE/facebook-autopoker/issues"
},
"homepage": "https://github.com/ChalkPE/facebook-autopoker#readme",
"dependencies": {
"phantomjs-prebuilt": "^2.1.14",
"prompt": "^1.0.0"
},
"devDependencies": {
"babel-preset-env": "^1.4.0",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"mkdirp": "^0.5.1",
"standard": "^10.0.2"
}
}