Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

Commit 60f2d7c

Browse files
Renée Kooigoto-bus-stop
authored andcommitted
0.1.0
1 parent b140ff6 commit 60f2d7c

File tree

1 file changed

+38
-21
lines changed

1 file changed

+38
-21
lines changed

package.json

Lines changed: 38 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
{
22
"name": "u-wave-api-v1",
3-
"version": "0.0.0",
4-
"description": "V1 API for üwave.",
3+
"version": "0.1.0",
4+
"description": "HTTP API interface for üWave.",
55
"license": "MIT",
6-
"repository": "u-wave/u-wave-api-v1",
6+
"repository": "u-wave/api-v1",
7+
"author": "Sooyou <[email protected]>",
8+
"contributors": [
9+
"Felix Wong <[email protected]>",
10+
"Goz3rr <[email protected]>",
11+
"Renée Kooi <[email protected]>",
12+
"xBytez <[email protected]>"
13+
],
714
"main": "lib/index.js",
8-
"devDependencies": {
9-
"babel-eslint": "^7.1.1",
10-
"babel-plugin-transform-class-properties": "^6.5.0",
11-
"babel-plugin-transform-decorators-legacy": "^1.3.4",
12-
"babel-plugin-transform-export-extensions": "^6.5.0",
13-
"babel-plugin-transform-flow-comments": "^6.5.0",
14-
"babel-preset-es2015-node4": "^2.0.3",
15-
"babel-preset-stage-2": "^6.5.0",
16-
"eslint": "^3.10.2",
17-
"eslint-config-airbnb-base": "^11.0.0",
18-
"eslint-plugin-import": "^2.2.0",
19-
"gulp": "^3.9.1",
20-
"gulp-babel": "^6.1.2",
21-
"gulp-newer": "^1.1.0",
22-
"gulp-plumber": "^1.1.0",
23-
"gulp-util": "^3.0.7",
24-
"gulp-watch": "^4.3.5",
25-
"through2": "^2.0.1"
15+
"engines": {
16+
"node": ">= 4",
17+
"npm": ">= 3"
2618
},
2719
"scripts": {
2820
"test": "eslint .",
@@ -52,5 +44,30 @@
5244
"try-json-parse": "^0.1.1",
5345
"ultron": "^1.0.2",
5446
"ws": "^1.0.1"
47+
},
48+
"devDependencies": {
49+
"babel-eslint": "^7.1.1",
50+
"babel-plugin-transform-class-properties": "^6.5.0",
51+
"babel-plugin-transform-decorators-legacy": "^1.3.4",
52+
"babel-plugin-transform-export-extensions": "^6.5.0",
53+
"babel-plugin-transform-flow-comments": "^6.5.0",
54+
"babel-preset-es2015-node4": "^2.0.3",
55+
"babel-preset-stage-2": "^6.5.0",
56+
"eslint": "^3.10.2",
57+
"eslint-config-airbnb-base": "^11.0.0",
58+
"eslint-plugin-import": "^2.2.0",
59+
"gulp": "^3.9.1",
60+
"gulp-babel": "^6.1.2",
61+
"gulp-newer": "^1.1.0",
62+
"gulp-plumber": "^1.1.0",
63+
"gulp-util": "^3.0.7",
64+
"gulp-watch": "^4.3.5",
65+
"through2": "^2.0.1"
66+
},
67+
"scripts": {
68+
"test": "eslint src gulpfile.js",
69+
"build": "gulp build",
70+
"watch": "gulp watch",
71+
"prepublish": "npm run build"
5572
}
5673
}

0 commit comments

Comments
 (0)