forked from Krystosterone/rubik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 934 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
{
"name": "rubik",
"version": "1.0.0",
"description": "[![Circle CI](https://circleci.com/gh/Krystosterone/rubik.svg?style=svg&circle-token=bda09a43695a9d1abd1a5085e97428bcdc1f901b)](https://circleci.com/gh/Krystosterone/rubik)",
"main": "app/assets/javascripts/application.js",
"engines": {
"node": "8.2.0"
},
"scripts": {
"eslint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Krystosterone/rubik.git"
},
"author": "Krystian Czesak",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Krystosterone/rubik/issues"
},
"homepage": "https://github.com/Krystosterone/rubik#readme",
"devDependencies": {
"eslint": "^2.13.0"
},
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"browserify-incremental": "^3.1.1"
},
"babel": {
"presets": [
"es2015"
]
}
}