-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 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
{
"name": "colosseum",
"version": "1.5.0",
"description": "Displays Pokemons in a pretty way",
"main": "index.js",
"scripts": {
"build": "webpack",
"build:watch": "webpack --watch",
"copyManifest": "cp ./manifest.json ./dist",
"gh-deploy": "gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "http-server ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Naramsim/Colosseum.git"
},
"keywords": [
"pokemon",
"pretty",
"search"
],
"author": "Naramsim",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Naramsim/Colosseum/issues"
},
"homepage": "https://github.com/Naramsim/Colosseum#readme",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"css-loader": "^0.23.1",
"gh-pages": "^3.1.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"http-server": "^0.9.0",
"image-webpack-loader": "^2.0.0",
"json-loader": "^0.5.4",
"ng-annotate-loader": "^0.1.1",
"offline-plugin": "^4.9.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-shell-plugin": "^0.4.2"
},
"dependencies": {}
}