-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.28 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
{
"name": "ng-pokie",
"version": "1.1.4",
"description": "Slot machine style number spinner component for AngularJS. Pass it a number and watch it go.",
"main": "dist/ngPokie.js",
"scripts": {
"build": "webpack --progress --colors",
"run-demo": "webpack-dev-server --https --port 9000"
},
"author": "Hayley Tom <hayleytom94+npm@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hayzey/ng-pokie/issues"
},
"homepage": "https://github.com/hayzey/ng-pokie",
"keywords": [
"Angular",
"AngularJS",
"number",
"spinner",
"random",
"lottery",
"jackpot",
"poker",
"pokie",
"slot",
"machine",
"game"
],
"devDependencies": {
"angular": "1.6.10",
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-preset-env": "1.6.1",
"css-loader": "0.28.11",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.28.0",
"mini-css-extract-plugin": "0.4.0",
"ng-annotate-loader": "0.6.0",
"ng-annotate-webpack-plugin": "0.2.1-pre",
"node-sass": "4.9.0",
"postcss-loader": "2.1.5",
"sass-loader": "7.0.1",
"style-loader": "0.21.0",
"webpack": "4.8.1",
"webpack-cli": "2.1.3",
"webpack-dev-server": "3.1.4"
},
"peerDependencies": {
"angular": "1.6.x"
}
}