-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.11 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
{
"name": "minor-bt",
"version": "1.0.0",
"description": "Browser Technologies",
"scripts": {
"present": "reveal-md slides.md --port 3030 --disable-auto-open",
"start": "browser-sync start -s -b 'google chrome' --no-ui -f .",
"start-dev": "browser-sync start -s 'notification' -b 'google chrome' --no-ui -f 'notification'",
"build": "babel notification/notification.js --presets=es2015 | notification/build.js",
"build-minified": "babel notification/notification.js --presets=es2015 | esmangle > notification/build.js",
"lint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IanCStewart/minor-bt.git"
},
"keywords": [],
"author": "Ian Stewart",
"license": "ISC",
"bugs": {
"url": "https://github.com/IanCStewart/minor-bt/issues"
},
"homepage": "https://github.com/IanCStewart/minor-bt#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"browser-sync": "^2.18.8",
"eslint": "^3.15.0",
"esmangle": "^1.0.1",
"reveal-md": "^0.1.2"
},
"dependencies": {}
}