-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 894 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 894 Bytes
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
{
"name": "@inventistudio/using-js",
"version": "1.2.1",
"author": "InventiStudio <hello@inventi.studio> (inventi.studio)",
"main": "dist.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/InventiStudio/using-js.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-imports": "^1.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"ramda": "^0.24.1"
},
"scripts": {
"test": "BABEL_ENV=test mocha --compilers js:babel-core/register test.js",
"build": "babel index.js --out-file dist.js"
}
}