-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 944 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": "lurch",
"version": "1.0.0",
"description": "Word processor that checks mathematical reasoning",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"coffeescript": "^2.3.1",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-coffee": "^2.3.5",
"gulp-concat": "^2.6.1",
"gulp-each": "^0.5.0",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"jasmine-node": "^1.15.0",
"node-phantom-simple": "^2.2.4",
"phantomjs-prebuilt": "^2.1.14",
"pump": "^1.0.3"
},
"devDependencies": {},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lurchmath/lurch.git"
},
"author": "[email protected]",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/lurchmath/lurch/issues"
},
"homepage": "https://github.com/lurchmath/lurch#readme"
}