-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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": "personal-website",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/loic-d/personal-website.git"
},
"author": "Loic De Laubier",
"license": "(MIT)",
"bugs": {
"url": "https://github.com/loic-d/personal-website/issues"
},
"homepage": "https://github.com/loic-d/personal-website#readme",
"devDependencies": {
"angular": "1.4.8",
"angular-animate": "1.4.8",
"angular-highlightjs": "^0.6.1",
"angular-resource": "1.4.8",
"angular-route": "1.4.8",
"angular-sanitize": "1.4.8",
"angular-ui-bootstrap": "1.0.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-clean": "^0.3.1",
"gulp-connect": "^2.3.1",
"gulp-copy": "0.0.2",
"gulp-exec": "^2.1.3",
"gulp-flatten": "^0.3.1",
"gulp-minify-css": "^1.2.2",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-replace-path": "^0.4.0",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.2.0",
"gulp-serve": "^1.2.0",
"gulp-uglify": "^1.5.1",
"gulp-usemin": "^0.3.16",
"rimraf": "^2.4.4",
"segment-js": "^1.0.8"
}
}