-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
41 lines (41 loc) · 1.07 KB
/
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": "streamline",
"description": "Asynchronous Javascript for dummies",
"version": "4.0.0",
"license": "MIT",
"homepage": "http://github.com/Sage/streamlinejs",
"author": "Bruno Jouhier",
"repository": {
"type": "git",
"url": "git://github.com/Sage/streamlinejs.git"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-plugin-streamline": "^2.0.26",
"babel-preset-es2015": "^6.24.1",
"colors": "^1.4.0",
"commander": "^4.0.1",
"source-map-support": "git+https://github.com/Sage/node-source-map-support.git#catch-missing-sourcemap-element",
"streamline-runtime": "^3.0.0",
"typescript": "^3.7.2"
},
"devDependencies": {
"babelify": "^8.0.0",
"browserify": "^16.5.0",
"qunit": "git+https://github.com/Sage/node-qunit.git#sage",
"uglifyify": "^5.0.2"
},
"bin": {
"_node": "./bin/_node",
"_coffee": "./bin/_coffee"
},
"preferGlobal": true,
"scripts": {
"prepare": "node build.js || nodejs build.js",
"test": "node test"
},
"main": "index.js"
}