-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "brain404",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "karma start --single-run",
"lint": "./node_modules/.bin/eslint public/**/*.js",
"sass": "./node_modules/.bin/node-sass public/css/main.scss public/css/main.css",
"fest": "fest-build --dir=public",
"karma:start": "./node_modules/karma/bin/karma start",
"karma:run": "./node_modules/karma/bin/karma run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontend-park-mail-ru/2016_2_Brain404.git"
},
"engines": {
"node": "6.7.0"
},
"keywords": [],
"author": "",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-ws": "^2.0.0",
"gulp": "^3.8.10",
"json-schema-mock": "0.0.8",
"techno-gendoc": "0.4.1",
"technolibs": "1.1.0",
"technologger": "1.0.1"
},
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"fest": "^0.12.1",
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"node-sass": "^3.13.0"
}
}