-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 815 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
26
27
28
29
30
31
32
33
34
35
{
"name": "charasheet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"dev": "gulp dev",
"start": "gulp start",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kontotto/charasheet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kontotto/charasheet/issues"
},
"homepage": "https://github.com/kontotto/charasheet#readme",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"bootstrap-sass": "^3.3.7",
"config": "^1.21.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-ect": "^1.3.1",
"gulp-sass": "^2.3.2",
"gulp-webserver": "^0.9.1"
},
"dependencies": {}
}