-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.25 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
{
"name": "mrmdb",
"version": "1.0.0",
"description": "metacritic rottentomatoes imdb aggr",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PEsteves8/mrMDB.git"
},
"author": "Paulo Esteves",
"license": "ISC",
"bugs": {
"url": "https://github.com/PEsteves8/mrMDB/issues"
},
"homepage": "https://github.com/PEsteves8/mrMDB#readme",
"dependencies": {
"@uirouter/angularjs": "^1.0.3",
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-loading-bar": "^0.9.0",
"bootstrap": "^3.3.6",
"normalize.css": "^4.1.1"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"bootstrap": "^3.3.6",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.11.2",
"jshint": "^2.9.2",
"jshint-loader": "^0.8.3",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.6.0",
"postcss-loader": "^0.8.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.8",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.16.4"
}
}