-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "resume-builder",
"version": "1.0.0",
"description": "Resume builder --------------",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rowanhogan/resumebuilder.git"
},
"author": "Rowan Hogan (http://rowanhogan.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/rowanhogan/resumebuilder/issues"
},
"homepage": "https://github.com/rowanhogan/resumebuilder#readme",
"devDependencies": {
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.1",
"mkdirp": "^0.5.1",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"angular": "^1.4.5",
"angular-ui-router": "^0.2.15",
"angular-xeditable": "0.0.1",
"jquery": "^2.1.4"
}
}