forked from samgozman/YoptaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
44
45
46
{
"name": "yopta",
"version": "0.3.5",
"description": "YoptaScript - язык программирования для гопников и реальных пацанов.",
"main": "./src/core.js",
"scripts": {
"build": "gulp build",
"dist": "gulp build",
"postinstall": "gulp build",
"start": "gulp watch",
"test": "mocha"
},
"bin": {
"yopta": "./src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samgozman/YoptaScript"
},
"keywords": [
"transpiler",
"yopta",
"language",
"yoptascript"
],
"author": "samgozman",
"license": "MIT",
"bugs": {
"url": "https://github.com/samgozman/YoptaScript/issues"
},
"homepage": "https://yopta.space/",
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-add": "0.0.2",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"mocha": "^3.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}