forked from Philosophical-Language-Group/freetnil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.13 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
{
"name": "FreeTNIL",
"version": "1.0.0",
"description": "The Free TNIL Project Free TNIL is the working title of a community driven conlang inspired by [[http://ithkuil.net/][John Quijada's Ithkuil]]. It includes a refactoring of Quijada's category system developed.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Philosophical-Language-Group/freetnil"
},
"keywords": [],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Philosophical-Language-Group/freetnil/issues"
},
"homepage": "https://github.com/Philosophical-Language-Group/freetnil#readme",
"devDependencies": {
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"lit-element": "^2.3.1",
"lit-html": "^1.2.1",
"ramda": "^0.27.0",
"style-loader": "^1.2.1",
"svg-inline-loader": "^0.8.2",
"svgcleaner": "^0.8.1-1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}