-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
25 lines (25 loc) · 869 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
{
"name": "quassel-rest-search",
"version": "3.0.0",
"description": "This is a websearch frontend for a quassel database.",
"scripts": {
"jsx": "node_modules/nativejsx/bin/nativejsx res/js/**/*.jsx",
"dep": "cp node_modules/nativejsx/dist/nativejsx-prototypes.js res/js/util/",
"sass": "node_modules/node-sass/bin/node-sass --style compressed res/css/ -o res/css/"
},
"repository": {
"type": "git",
"url": "https://github.com/justjanne/quassel-rest-search.git"
},
"author": "Janne Koschinski",
"license": "GPL",
"bugs": {
"url": "https://github.com/justjanne/quassel-rest-search/issues"
},
"homepage": "https://github.com/justjanne/quassel-rest-search#readme",
"devDependencies": {
"acorn": ">=5.7.4",
"nativejsx": "https://github.com/j3l11234/nativejsx/archive/4.2.0.2.tar.gz",
"node-sass": "^7.0.3"
}
}