-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 918 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 918 Bytes
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
{
"name": "angular-up",
"version": "1.0.0",
"description": "### About Project Zeppelin allows you to setup awesome GDG DevFest site in 5 minutes.",
"main": "index.js",
"scripts": {
"start": "bundle exec jekyll serve -w",
"build": "rm -rf dist && jekyll build -d dist",
"start:dist": "http-server dist",
"commit": "git add . && git commit -m \"updates to website\"",
"push": "git pull origin master && git push origin master",
"staging": "npm run commit && git push origin master:staging",
"production": "npm run commit && git push origin master:live"
},
"repository": {
"type": "git",
"url": "git+https://nirkaufman@bitbucket.org/500tech/angular-up.git"
},
"author": "Nir Kaufman <nirkaufman@gmail.com> (nirkaufman.com)",
"license": "ISC",
"homepage": "https://bitbucket.org/500tech/angular-up#readme",
"dependencies": {
"angular2-modal": "2.0.3"
}
}