forked from pypyjs/pypyjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 866 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
{
"name": "pypyjs",
"version": "0.4.1",
"author": "Ryan Kelly <[email protected]>",
"description": "The PyPy Python VM, in JavaScript",
"keywords": [
"python",
"pypy",
"asmjs",
"emscripten",
"wtf"
],
"repository": {
"type": "git",
"url": "https://github.com/pypyjs/pypyjs"
},
"homepage": "http://pypyjs.org/",
"bugs": "https://github.com/pypyjs/pypyjs/issues/",
"main": "./lib/pypyjs.js",
"files": [
"lib/",
"tools/",
"README.rst"
],
"dependencies": {},
"devDependencies": {
"babel-eslint": "^4.1.0",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-eslint": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-wrapper": "^1.0.0"
},
"license": "MIT"
}