forked from phonon-framework/phonon
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 841 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 841 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
{
"name": "phonon",
"version": "1.4.5",
"description": "Phonon is a lightweight & scalable Javascript/CSS3/HTML5 mobile framework to develop a single page application based on Phonegap / Apache Cordova.",
"repository": {
"type": "git",
"url": "https://github.com/quark-dev/Phonon-Framework.git"
},
"author": "Quarkdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/quark-dev/Phonon-Framework/issues"
},
"homepage": "https://github.com/quark-dev/Phonon-Framework",
"dependencies": {
"platform": "^1.3.3",
"awesomplete": "^1.1.1"
},
"devDependencies": {
"gulp": "^3.9.x",
"gulp-concat": "^2.6.x",
"gulp-cssnano": "^2.1.x",
"gulp-rename": "^1.2.x",
"gulp-stylus": "^2.5.x",
"gulp-uglify": "^1.5.x",
"gulp-postcss": "^6.1.x",
"autoprefixer": "^6.3.x"
}
}