forked from FunnelEnvy/optimizely-node
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 962 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
37
38
39
40
{
"name": "optimizely-node-client",
"version": "0.6.3",
"description": "Optimizely Client for Node",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"keywords": [
"optimizely",
"rest",
"api",
"client"
],
"author": {
"name": "John Henry",
"email": "[email protected]"
},
"contributors": [
"Nathan Selvidge <[email protected]> (http://www.nathanselvidge.com)",
"Nathan Heaps <[email protected]> (http://www.github.com/nsheaps)",
"James Marchant <[email protected]> (https://github.com/JWMarchant)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/funnelenvy/optimizely-node.git"
},
"homepage": "https://github.com/funnelenvy/optimizely-node",
"dependencies": {
"bluebird": "^2.3.2",
"lodash": "^2.4.1",
"restler": "^3.2.2"
},
"devDependencies": {
"hat": "0.0.3",
"mocha": "^2.1.0",
"nock": "^0.56.0"
}
}