-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 894 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
39
40
41
{
"name": "antic",
"version": "0.0.0",
"description": "Atari 800 series emulator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/asterick/antic.git"
},
"keywords": [
"atari",
"emulator",
"harmony"
],
"author": "Bryon Vandiver",
"license": "mit",
"bugs": {
"url": "https://github.com/asterick/antic/issues"
},
"dependencies": {
"pegjs": "*",
"browserify": "*",
"browserify-pegjs": "*",
"browserify-ejs": "*",
"grunt": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-connect": "*",
"grunt-browserify": "^2.2.0-beta1",
"grunt-contrib-less": "*",
"brfs": "*",
"mocha": "^1.20.1",
"through": "^2.3.4"
},
"devDependencies": {
"grunt-mocha-test": "~0.11.0",
"mocha": "~1.20.1"
}
}