-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
57
58
59
{
"name": "save_money",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NikcherNik/SM.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NikcherNik/SM/issues"
},
"homepage": "https://github.com/NikcherNik/SM#readme",
"devDependencies": {
"angular": "^1.6.0",
"angular-mocks": "^1.6.0",
"angular-ui-router": "^0.3.2",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"bower": "^1.8.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^1.8.0",
"less": "^2.7.2",
"webpack": "^2.1.0-beta.27",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"angular": "^1.6.0",
"angular-route": "^1.6.3",
"async": "^2.2.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"css-loader": "^0.27.3",
"express": "^4.15.2",
"express-mysql-session": "^1.2.0",
"express-session": "^1.15.2",
"express-sql-session": "^1.0.0",
"file-loader": "^0.10.1",
"less": "^2.7.2",
"less-font-face": "^1.0.1",
"less-loader": "^3.0.0",
"md5": "^2.2.1",
"mysql": "^2.13.0",
"next": "^2.0.1",
"style-loader": "^0.14.0",
"url-loader": "^0.5.8"
}
}