-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 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
49
50
{
"name": "moip",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"build": "webpack",
"start": "node index"
},
"author": "Lucas Garcia",
"license": "ISC",
"dependencies": {
"@pocesar/moip2": "^3.0.0",
"angular": "^1.5.10",
"angular-animate": "^1.5.11",
"angular-aria": "^1.5.11",
"angular-i18n": "^1.6.3",
"angular-material": "^1.1.3",
"angular-ui-router": "^0.4.2",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"file-loader": "^0.10.1",
"html-loader": "^0.4.5",
"http": "^0.0.0",
"image-webpack-loader": "^3.2.0",
"lodash": "^4.17.4",
"moment": "^2.18.0",
"node-notifier": "^5.1.2",
"resolve-url-loader": "^2.0.2",
"socket.io": "^1.7.3",
"url-loader": "^0.5.8"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "1.0.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^4.5.0",
"postcss-loader": "^1.3.3",
"sass-loader": "4.0.2",
"style-loader": "^0.14.1",
"webpack": "1.14"
}
}