-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "buuur",
"version": "1.0.0",
"description": "",
"main": "app/app.js",
"scripts": {
"test-e2e": "NODE_ENV=test JASMINE_CONFIG_PATH=jasmine.json jasmine",
"test": "NODE_ENV=test karma start karma.conf.js",
"gif": "cp node_modules/gif.js/dist/gif.worker.js app/public/gif.worker.js",
"serve": "node app/app.js",
"build": "npm run gif && webpack",
"watch": "webpack -w"
},
"private": "yes",
"repository": {
"type": "git",
"url": "git://github.com/mkly/buuur.git"
},
"author": "Mike Lay",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/mkly/buuur/issues"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"express": "<4.0.0",
"gif.js": "^0.2.0",
"lodash": "^4.17.2",
"purecss": "^0.6.1",
"redux": "^3.6.0",
"socket.io": "^1.3.4",
"socket.io-client": "^1.7.2",
"style-loader": "^0.13.1",
"webpack": "^1.14.0"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.3.3",
"babel-template": "^6.16.0",
"babel-types": "^6.21.0",
"chromedriver": "^2.26.1",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^1.8.1",
"selenium-webdriver": "^3.0.1"
}
}