-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 809 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 809 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
{
"name": "lese-server",
"version": "1.0.0",
"description": "bookmarking backend",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --compilers js:babel/register --require ./test/test_helper.js --recursive",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambda-kollektiv/lese-server.git"
},
"author": "kordano",
"license": "ISC",
"bugs": {
"url": "https://github.com/lambda-kollektiv/lese-server/issues"
},
"homepage": "https://github.com/lambda-kollektiv/lese-server#readme",
"devDependencies": {
"babel": "^5.8.23",
"chai": "^3.3.0",
"chai-immutable": "^1.3.0",
"mocha": "^2.3.3"
},
"dependencies": {
"immutable": "^3.7.5",
"redux": "^3.0.2"
}
}