-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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": "lift-portal",
"version": "1.0.0",
"description": "+ **Scala** is a wonderful language!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kremlianski/lift-portal.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kremlianski/lift-portal/issues"
},
"homepage": "https://github.com/Kremlianski/lift-portal#readme",
"devDependencies": {
"@types/core-js": "^0.9.37",
"@types/jquery": "^2.0.41",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"core-js": "^2.4.1",
"gulp": "^3.9.1",
"gulp-csso": "^3.0.0",
"gulp-less": "^3.3.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"tsify": "^3.0.1",
"typescript": "^2.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"@types/sortablejs": "^1.3.31",
"sortablejs": "^1.5.1"
}
}