-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
43
{
"name": "oc-xitara-snippetpool",
"version": "0.0.1",
"description": "Xitara Snippetpool-Plugin for October",
"main": "Gruntfile.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/"
},
"author": "Manuel Burghammer",
"license": "MIT",
"bugs": {
"url": "https://xitara.net"
},
"homepage": "https://xitara.net",
"dependencies": {
"grunt": "^1.0.4"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^9.7.3",
"coffeelint": "^2.1.0",
"grunt-babel": "^8.0.0",
"grunt-cache-bust": "^1.7.0",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-csscomb": "^4.0.0",
"grunt-notify": "^0.4.1",
"grunt-postcss": "^0.9.0",
"grunt-shell": "^3.0.1",
"grunt-wakeup": "^0.1.3",
"jit-grunt": "^0.10.0",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
}
}