-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "tiy-march-2016-template",
"version": "1.0.0",
"description": "This is a basic starter template.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "surge -p \"$(npm prefix)/app\" -d \"tiy-$(whoami | tr '[:upper:]' '[:lower:]')-${PWD##*/}.surge.sh\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiy-atl-js-march-2016/template.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tiy-atl-js-march-2016/template/issues"
},
"homepage": "https://github.com/tiy-atl-js-march-2016/template#readme",
"devDependencies": {
"babelify": "^6.3.0",
"browser-sync": "2.11.2",
"browserify": "^11.2.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": {
"jquery": "^2.2.3"
}
}