-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "slang",
"version": "0.1.0",
"description": "Slang is an encoding/decoding tool for Martin David's theoretical S language programs.",
"main": "src/Slang.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"mocha": "^2.5.3",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "./node_modules/.bin/gulp",
"start": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramadis/slang.git"
},
"keywords": [
"slang",
"martin",
"davids",
"s",
"language",
"l",
"language",
"theoretical",
"languages",
"martin",
"davids",
"language",
"theory"
],
"author": "Ramiro Olivera Fedi",
"license": "ISC",
"bugs": {
"url": "https://github.com/ramadis/slang/issues"
},
"homepage": "https://github.com/ramadis/slang#readme"
}