-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 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
41
42
{
"name": "drag-timetable",
"version": "1.0.11",
"description": "Simple, customizable draggable timetable.",
"main": "dist/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./demo/server.js",
"heroku-postbuild": "node node_modules/gulp/bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DJAndries/drag-timetable.git"
},
"keywords": [
"timetable",
"schedule"
],
"author": "Darnell Andries",
"license": "MIT",
"bugs": {
"url": "https://github.com/DJAndries/drag-timetable/issues"
},
"homepage": "https://github.com/DJAndries/drag-timetable#readme",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.0.0",
"finalhandler": "^0.5.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sequence": "^0.4.6",
"serve-static": "^1.11.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"babel-runtime": "^6.23.0"
}
}