-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 807 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 807 Bytes
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
{
"name": "squid-core",
"description": "Device's shared agnostic code",
"version": "0.4.11",
"license": "MIT",
"author": "Squid Development Team",
"homepage": "http://getsquiddone.com",
"bugs": "https://github.com/squid-app/core/issues",
"repository": {
"type": "git",
"url": "https://github.com/squid-app/core"
},
"keywords": [
"react",
"reflux",
"github api",
"node-webkit",
"nw.js",
"osx",
"ios"
],
"main": "index.js",
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.3.0",
"winston": "^1.0.1"
},
"dependencies": {
"backbone": "^1.1.2",
"bluebird": "^2.10.0",
"lodash": "^3.6.0",
"node-fetch": "^1.3.2",
"reflux": "^0.2.7",
"squid-config": "^0.3.0"
},
"scripts": {
"test": "make test"
}
}