forked from jaszhix/icingtaskmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.27 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
{
"name": "icingtaskmanager",
"version": "4.4.1",
"description": "Icing Task Manager",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp copy && gulp transpile && npm run installApp",
"installApp": "cp -avrf IcingTaskManager@json ~/.local/share/cinnamon/applets/ && ./locale.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaszhix/icingtaskmanager.git"
},
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/jaszhix/icingtaskmanager/issues"
},
"homepage": "https://github.com/jaszhix/icingtaskmanager#readme",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-parameters": "^6.11.4",
"babel-preset-env": "0.0.7",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2016": "^6.11.3",
"babel-preset-es2017": "^1.6.1",
"babel-preset-mozjs24": "0.0.0",
"clear": "0.0.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-zip": "^3.2.0"
},
"dependencies": {
"lodash": "^4.16.6"
}
}