forked from polimediaupv/paella
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 983 Bytes
/
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
{
"name": "paellaplayer",
"version": "6.2.0",
"description": "Paella Player",
"license": "ECL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/polimediaupv/paella.git"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"electron-window-state-manager": "^0.3.2",
"glob-all": "^3.1.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.7.0",
"gulp-less": "^4.0.0",
"gulp-merge-json": "^1.3.1",
"gulp-nightwatch": "^1.1.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^1.0.0",
"markdownlint-cli": "^0.14.0",
"natives": "^1.1.6",
"nightwatch": "^1.0.19",
"run-sequence": "^2.2.1"
},
"scripts": {
"test": "gulp test:local",
"build": "gulp",
"serve": "gulp serve",
"markdownlint": "markdownlint ./doc/"
},
"dependencies": {}
}