forked from NothingEverHappens/30-seconds-of-angular
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 885 Bytes
/
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
{
"name": "30-seconds-of-angular",
"version": "1.0.1",
"description": "",
"scripts": {
"generate": "echo 'I am deprecated, use `npm run build` insted' && node builder/build",
"build": "builder-30-seconds build",
"start": "builder-30-seconds serve",
"deploy": "npm run generate && firebase deploy --only hosting:angular-30-seconds",
"deploy:staging": "npm run generate && firebase deploy --only hosting:angular-30-seconds-staging"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nycJSorg/30-seconds-of-angular.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nycJSorg/30-seconds-of-angular/issues"
},
"homepage": "https://github.com/nycJSorg/30-seconds-of-angular#readme",
"devDependencies": {},
"dependencies": {
"builder-30-seconds": "file:./builder"
}
}