forked from TelaSocial/companion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.85 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "companion",
"version": "0.6.2",
"description": "Companion is a mobile application to track schedules of conferences and events.",
"scripts": {
"cordova-setup": "./node_modules/.bin/gulp cordova:setup",
"test": "./node_modules/.bin/gulp web:build && cat dist/www/index.html"
},
"author": "Tela Social",
"contributors": [
{
"name": "Marcio Galli"
},
{
"name": "Fabricio C Zuardi"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/TelaSocial/companion/issues"
},
"homepage": "https://github.com/TelaSocial/companion",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/TelaSocial/companion.git"
},
"private": true,
"devDependencies": {
"assemble-front-matter": "^0.1.2",
"brfs": "1.0.2",
"browserify": "3.41.0",
"cheerio": "^0.15.0",
"cordova": "^3.4.0-0.1.3",
"dateformat": "^1.0.7-1.2.3",
"fastclick": "^1.0.1",
"glob": "^3.2.9",
"gulp": "^3.6.0",
"gulp-assemble": "0.1.5",
"gulp-autoprefixer": "0.0.6",
"gulp-sass": "^0.7.1",
"gulp-util": "^2.2.14",
"handlebars": "~2.0.0-alpha.2",
"handlebars-helpers": "git://github.com/assemble/handlebars-helpers.git#v0.6.0",
"hbsfy": "git://github.com/TelaSocial/node-hbsfy.git",
"jquery": "^2.1.0",
"lodash": "^2.4.1",
"lodash-node": "^2.4.1",
"mkdirp": "^0.3.5",
"q": "^1.0.1",
"through2": "^0.4.1"
},
"jshintConfig": {
"globals": {
"process": true,
"__dirname": true,
"console": true,
"require": true,
"module": true,
"jQuery": true,
"alert": true,
"localforage": true
}
},
"cordovaConfig": {
"id": "com.telasocial.companion",
"extra": {
"lib": {
"www": {
"uri": "../www",
"link": true
}
}
}
}
}