|
1 | 1 | { |
2 | 2 | "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.", |
5 | 5 | "license": "MIT", |
6 | | - "repository": "u-wave/u-wave-api-v1", |
| 6 | + "repository": "u-wave/api-v1", |
| 7 | + "author": "Sooyou <[email protected]>", |
| 8 | + "contributors": [ |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + ], |
7 | 14 | "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" |
26 | 18 | }, |
27 | 19 | "scripts": { |
28 | 20 | "test": "eslint .", |
|
52 | 44 | "try-json-parse": "^0.1.1", |
53 | 45 | "ultron": "^1.0.2", |
54 | 46 | "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" |
55 | 72 | } |
56 | 73 | } |
0 commit comments