-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
47
{
"name": "tiy-jan-2017-template",
"version": "1.0.0",
"description": "This is a basic starter template.",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-register || true",
"deploy": "surge -p \"$(npm prefix)/app\" -d \"tiy-$(whoami | tr '[:upper:]' '[:lower:]')-${PWD##*/}.surge.sh\"",
"lint": "eslint src/js || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiy-atl-js-jan-2017/template.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tiy-atl-js-jan-2017/template/issues"
},
"homepage": "https://github.com/tiy-atl-js-jan-2017/template#readme",
"devDependencies": {
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "2.11.2",
"browserify": "^11.2.0",
"chai": "3.5.0",
"chalk": "1.1.3",
"gulp": "^3.9.1",
"gulp-notify": "2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.5",
"node-sass": "3.4.2",
"sass-module-importer": "1.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"angular": "^1.6.3",
"angular-ui-router": "^0.4.2",
"bulma": "^0.3.2"
}
}