forked from ertrzyiks/ipa-distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "ipa-distribution",
"version": "0.0.1",
"description": "Track and host manifests for iOS apps",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --compilers js:babel-core/register spec/**",
"start": "npm run migrate && node index",
"migrate": "knex migrate:latest",
"seed": "knex seed:run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ertrzyiks/ipa-distribution.git"
},
"author": "ertrzyiks <mateusz.derks@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ertrzyiks/ipa-distribution/issues"
},
"homepage": "https://github.com/ertrzyiks/ipa-distribution#readme",
"dependencies": {
"babel-core": "^5.8.34",
"body-parser": "^1.14.1",
"consolidate": "^0.13.1",
"defaults": "^1.0.3",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"knex": "^0.9.0",
"node-uuid": "^1.4.7",
"nunjucks": "^2.1.0",
"sqlite3": "^3.1.1"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"mocha": "^2.3.3",
"q": "^1.4.1",
"supertest": "^1.1.0",
"supertest-as-promised": "^2.0.2"
}
}