-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 948 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
{
"name": "number-station-generator",
"version": "1.0.0",
"description": "Hello there! I've decided to create a number station generator (a slow process, as I've been putting it off until now). I'm planning on sticking to vanilla JS for now, but might develop it in an app framework, depending on which one is good for deploying to Android phones.",
"main": "js/app.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChandraTheMerciless/NumberStation.git"
},
"author": "Chandra Asar",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChandraTheMerciless/NumberStation/issues"
},
"homepage": "https://github.com/ChandraTheMerciless/NumberStation#readme",
"dependencies": {
"twit": "^2.2.4"
},
"devDependencies": {
"body-parser": "^1.15.2",
"connect": "^3.4.1",
"express": "^4.14.0"
}
}