-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
62 lines (62 loc) · 1.5 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
{
"name": "YASMF-Next",
"description": "Yet Another Simple Mobile Framework Next is a lightweight framework suitable both for learning and production use. Works on Android and iOS.",
"keywords": [
"mobile",
"framework",
"javascript",
"mvc",
"routing",
"KVO",
"templating",
"UI",
"cordova",
"phonegap",
"ios",
"android"
],
"homepage": "http://www.photokandy.com/projects/yasmf-next/",
"bugs": {
"url": "https://github.com/photokandyStudios/YASMF-Next",
"email": "kerrishotts@gmail.com"
},
"license": "MIT",
"author": {
"name": "Kerri Shotts",
"email": "kerrishotts@gmail.com",
"url": "http://www.photokandy.com"
},
"version": "0.5.6",
"devDependencies": {
"browserify": "^6.3.4",
"connect-livereload": "~0.4.0",
"express": "~4.9.5",
"groc": "~0.7.0",
"gulp": "~3.8.8",
"gulp-beautify": "^1.1.1",
"gulp-browserify": "~0.5.0",
"gulp-browserify-thin": "~0.1.5",
"gulp-bump": "~0.1.11",
"gulp-concat": "~2.4.1",
"gulp-docco": "0.0.4",
"gulp-groc": "~0.4.1",
"gulp-gzip": "0.0.8",
"gulp-plumber": "~0.6.6",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.4.0",
"gulp-sass": "~1.0.0",
"gulp-tap": "~0.1.3",
"gulp-uglify": "^1.0.1",
"gulp-util": "~3.0.1",
"sass": "~0.5.0",
"st": "^0.5.2"
},
"dependencies": {
"q": "~1.0.1",
"yasmf-h": "^0.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/photokandyStudios/YASMF-Next.git"
}
}