-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.22 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
49
50
51
52
{
"name": "siftapi",
"version": "1.1.2",
"author": "Edison",
"main": "dist/siftapi.js",
"description": "A Node.js package for Edison Sift API.",
"contributors": [
{
"name": "Bili Xu",
"email": "[email protected]"
}
],
"scripts": {
"test": "node node_modules/.bin/mocha --reporter spec test-dist/* --timeout 5000",
"examples": "node node_modules/.bin/babel-node example.js"
},
"repository": {
"type": "git",
"url": "[email protected]/agent8:sift-node-sdk.git"
},
"keywords": [
"easilydo",
"sift"
],
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.7.5",
"babel-core": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.4.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1",
"mocha": "^2.3.4",
"run-sequence": "^1.1.5"
},
"engine": "node >= 0.10.x",
"homepage": "https://developer.edison.tech",
"bugs": {
"url": "https://github.com/agent8/sift-node-sdk/issues"
},
"private": false,
"license": "MIT",
"dependencies": {
"crypto": "0.0.3",
"request-promise": "^2.0.1"
}
}