-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.59 KB
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
57
58
59
60
{
"name": "sample",
"version": "2.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "exit 0 && karma start --single-run",
"lint": "eslint './**/*.js'",
"fest": "fest-build --dir=public/components/",
"karma:start": "karma start",
"karma:run": "karma run",
"start": "node server.js",
"webpack": "webpack --display-error-details"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frontend-park-mail-ru/sample.git"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [],
"author": "",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-ws": "^2.0.0",
"milligram": "^1.2.2",
"techno-gendoc": "0.4.1"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"clean-webpack-plugin": "^0.1.13",
"css-loader": "^0.25.0",
"eslint": "^3.9.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"fest": "^0.12.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.0",
"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-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"node-sass": "^3.13.0",
"postcss-loader": "^1.1.1",
"precss": "^1.4.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^2.1.0-beta.27"
}
}