-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.44 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
42
43
44
45
46
47
48
{
"name": "guble-js",
"version": "0.0.1",
"description": "guble JavaScript client library",
"main": "./dist/guble.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "BABEL_ENV=test babel-node ./node_modules/.bin/_mocha",
"build": "rm -rf dist; broccoli build dist",
"lint": "eslint src tests Brocfile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smancke/guble-js.git"
},
"author": "Sebastian Mancke",
"license": "MIT",
"bugs": {
"url": "https://github.com/smancke/guble-js/issues"
},
"homepage": "https://github.com/smancke/guble-js#readme",
"devDependencies": {
"babel-cli": "~6.3.17",
"babel-core": "~6.3.21",
"babel-preset-es2015": "~6.3.13",
"babel-preset-stage-0": "~6.3.13",
"broccoli": "~0.16.9",
"broccoli-babel-transpiler": "~5.5.0",
"broccoli-cli": "~1.0.0",
"broccoli-concat": "~2.0.3",
"broccoli-fast-browserify": "~0.2.10",
"broccoli-funnel": "~1.0.1",
"broccoli-jshint": "~1.1.1",
"broccoli-merge-trees": "~1.1.0",
"broccoli-uglify-js": "~0.1.3",
"codeclimate-test-reporter": "^0.1.1",
"del": "~2.2.0",
"eslint": "~1.10.3",
"eslint-config-airbnb": "~2.1.1",
"eslint-plugin-react": "~3.12.0",
"isparta": "~4.0.0",
"mocha": "~2.3.4",
"testem": "~0.9.11",
"mock-socket": "^1.0.6"
}
}