-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.37 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "martins-web",
"version": "2.0.0",
"description": "My portfolio and personal website",
"author": "Martin Sonesson <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ToWelie89/martinsweb.git"
},
"license": "MIT",
"keywords": [
"angular",
"babel",
"ecma6",
"es2015",
"less",
"grunt",
"portfolio",
"martin",
"sonesson"
],
"devDependencies": {
"angular": "1.3.15",
"angular-route": "1.3.15",
"angular-sanitize": "1.3.15",
"angular-ui-bootstrap": "^2.5.0",
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bootstrap": "^3.3.7",
"eslint": "^3.11.1",
"eslint-config-google": "^0.7.1",
"eslint-plugin-angular": "1.3.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-fp": "^2.2.0",
"eslint-plugin-jasmine": "^2.2.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-protractor": "^1.30.0",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-filerev": "2.3.1",
"grunt-filerev-replace": "^0.1.4",
"grunt-jsdoc": "1.1.0",
"grunt-jsonlint": "1.0.7",
"grunt-karma": "^2.0.0",
"grunt-notify": "^0.4.5",
"grunt-replace": "0.11.0",
"grunt-usemin": "3.1.1",
"jasmine-core": "^2.4.1",
"jquery": "2.1.1",
"karma": "^0.13.22",
"karma-babel-polyfill": "0.0.5",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31",
"lg-autoplay": "^1.0.1",
"lg-fullscreen": "^1.0.1",
"lg-hash": "^1.0.1",
"lg-pager": "^1.0.1",
"lg-share": "^1.0.2",
"lg-thumbnail": "^1.0.1",
"lg-video": "^1.0.1",
"lg-zoom": "^1.0.2",
"lightgallery": "^1.3.6",
"load-grunt-config": "^0.17.2",
"load-grunt-tasks": "^3.3.0"
},
"dependencies": {
"three": "^0.149.0"
}
}