-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 936 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
{
"name": "javascripthon-loader",
"main": "index.js",
"version": "0.1.1",
"engines": {
"node": ">=6.5"
},
"description": "Webpack loader for Javascripthon (https://github.com/azazel75/metapensiero.pj)",
"homepage": "https://github.com/Beg-in/javascripthon-loader#readme",
"repository": "Beg-in/javascripthon-loader",
"bugs": {
"url": "https://github.com/Beg-in/javascripthon-loader/issues"
},
"author": {
"name": "Beg.in",
"email": "[email protected]",
"url": "http://beg.in"
},
"contributors": [
"Brian Jesse <[email protected]> (brianjesse.com)"
],
"license": "MIT",
"scripts": {
"postinstall": "virtualenv-postinstall",
"b": "CONTEXT=$(pwd) npm explore begin-project -- npm run"
},
"devDependencies": {
"begin-project": "0.1.1"
},
"dependencies": {
"find-cache-dir": "1.0.0",
"virtualenv": "0.3.1"
},
"virtualenv": {
"python": "python3"
}
}