-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "lstaniszewski.github.io",
"version": "1.0.0",
"description": "Homepage",
"main": "app.js",
"dependencies": {
"angular": "1.4.9",
"underscore": "^1.8.3"
},
"devDependencies": {
"css-loader": "^0.23.1",
"jshint": "^2.9.1",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"moment": "^2.24.0",
"ng-annotate-loader": "^0.1.0",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"test": "test",
"start": "node node_modules/.bin/webpack-dev-server --hot",
"build": "node node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lstaniszewski/lstaniszewski.github.io.git"
},
"keywords": [
"homepage",
"resume",
"angular",
"javascript",
"html5",
"css"
],
"author": "Łukasz Staniszewski",
"license": "ISC",
"bugs": {
"url": "https://github.com/lstaniszewski/lstaniszewski.github.io/issues"
},
"homepage": "https://github.com/lstaniszewski/lstaniszewski.github.io#readme"
}