-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 933 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
{
"name": "jsflap",
"version": "0.0.1",
"description": "JS simulation of Formal Languages and Finite Automatta",
"main": "jsflap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bgrawi/jsflap.git"
},
"author": "Ben Grawi",
"license": "ISC",
"bugs": {
"url": "https://github.com/bgrawi/jsflap/issues"
},
"homepage": "https://github.com/bgrawi/jsflap",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-watch": "^3.0.0",
"gulp-livereload": "^2.1.1",
"gulp-typescript": "^2.3.0",
"event-stream": "^3.1.7",
"karma": "^0.12.28",
"karma-typescript-preprocessor": "0.0.14",
"jasmine-core": "^2.1.3",
"karma-jasmine": "^0.3.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-html2js-preprocessor": "^0.1.0",
"karma-fixture": "^0.2.1-1"
}
}