-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 872 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
{
"name": "in-other-words",
"version": "1.0.0",
"description": "In Other Words is a tool for writing and coming up with ideas. Starting with a random word (or one of their choosing), users will be able to fetch more related words from each word they click on.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Samtfm/in-other-words.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Samtfm/in-other-words/issues"
},
"homepage": "https://github.com/Samtfm/in-other-words#readme",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^2.6.1"
}
}