forked from JamBrain/JamBrain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 993 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": "starship",
"version": "0.0.1",
"description": "Custom CMS Platform",
"main": "gulpfile.js",
"dependencies": {
"babel-eslint": "^10.1.0",
"buble": "^0.20.0",
"clean-css-cli": "^5.3.3",
"es6": "^0.0.7",
"es6-promise": "^4.2.8",
"eslint": "^7.32.0",
"less": "^4.1.1",
"less-plugin-autoprefix": "^2.0.0",
"nodent": "^3.2.13",
"preprocess-cli-tool": "^1.0.1",
"rollup": "^2.56.3",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-nodent": "^0.2.2",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"svgo": "*",
"uglify-js": "^3.14.1"
},
"scripts": {
"test": "echo \"WARN: no tests specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/ludumdare/ludumdare.git"
},
"author": "Mike Kasprzak",
"license": "MIT",
"bugs": {
"url": "https://github.com/ludumdare/ludumdare/issues"
}
}