-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 867 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
{
"name": "6ees6ees6ees",
"version": "1.0.0",
"description": "Fun with ES6 classes (also bees)",
"author": "Hack Reactor <[email protected]>",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-core/register --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackreactor-labs/6ees6ees6ees.git"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/hackreactor-labs/6ees6ees6ees/issues"
},
"private": true,
"homepage": "https://github.com/hackreactor-labs/6ees6ees6ees#readme",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.4.1",
"mocha": "^2.3.4"
},
"dependencies": {
"babel-polyfill": "^6.7.2"
}
}