forked from asm-js/validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 809 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
42
43
{
"name": "asm.js",
"description": "Tools for the asm.js subset of JavaScript",
"main": "lib/asm.js",
"version": "0.0.3",
"engines": {
"node": ">=0.8.2"
},
"author": {
"name": "Dave Herman"
},
"license": "Apache-2.0",
"dependencies": {
"array-extended": "0.0.4",
"colors": "^1.0.3",
"dict": "1.4.0",
"esprima": "1.0.4",
"minimist": "^1.1.0",
"pattern-match": "0.3.0"
},
"devDependencies": {
"nodeunit": "0.9.0"
},
"directories": {
"lib": "./lib"
},
"bin": {
"asmjs": "./bin/asmjs"
},
"repository": {
"type": "git",
"url": "git://github.com/dherman/asm.js.git"
},
"keywords": [
"javascript",
"asm.js",
"validator"
],
"scripts": {
"test": "nodeunit && ./test/asmjs.sh"
},
"preferGlobal": true
}