forked from CYBAI/jsline-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "jsline-api",
"version": "0.2.0",
"description": "Line in JS",
"main": "index.js",
"scripts": {
"test": "npm run test-watch",
"test-once": "jasmine-node spec",
"test-watch": "jasmine-node spec --autotest --color --watch ."
},
"repository": {
"type": "git",
"url": "https://github.com/CYBAI/jsline-api.git"
},
"author": {
"name": "cybai",
"email": "[email protected]"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1"
},
"dependencies": {
"bluebird": "^3.3.4",
"curve-thrift": "^0.2.0",
"moment": "^2.12.0",
"node-bignumber": "^1.2.1",
"rsa-pem-from-mod-exp": "^0.8.4",
"thrift": "^0.9.3",
"through": "^2.3.8",
"tmp": "0.0.28",
"unirest": "^0.4.2",
"utf8": "^2.1.1"
}
}