-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 1002 Bytes
/
bower.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
{
"name": "werewolf",
"version": "0.0.1",
"description": "An app to help you play Werewolf",
"main": "app.js",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"browserslist",
"index.html",
"package.json",
"server.js",
"style.scss"
],
"license": "MIT",
"moduleType": [
"es6"
],
"dependencies": {
"classnames": "^2.2.0",
"es6-promise-polyfill": "https://github.com/lahmatiy/es6-promise-polyfill.git",
"fetch": "https://github.com/github/fetch.git",
"String.prototype.at": "https://github.com/mathiasbynens/String.prototype.at.git",
"uuid": "~2.0.2",
"moment": "~2.13.0",
"moment-duration-format": "~1.3.0"
},
"devDependencies": {
"mocha": "https://github.com/mochajs/mocha.git",
"chai": "https://github.com/chaijs/chai.git",
"bind-polyfill": "https://github.com/kdimatteo/bind-polyfill.git",
"sinon-1.17.2": "http://sinonjs.org/releases/sinon-1.17.2.js"
}
}