forked from chocolatechipui/chocolatechip-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 983 Bytes
/
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
{
"name": "chui",
"title": "ChocolateChip-UI",
"description": "JavaScript framework for mobile Web apps",
"version": "3.8.6",
"homepage": "http://chocolatechip-ui.com",
"author": {
"name": "Sourcebits Inc. and other contributors"
},
"repository": {
"type": "git",
"url": "https://github.com/sourcebitsllc/chocolatechip-ui.git"
},
"licences": [
{
"type": "MIT",
"url": "https://github.com/sourcebitsllc/chocolatechip-ui/blob/master/MIT-LICENSE.txt"
}
],
"devDependencies": {
"gulp": "~3.8.11",
"gulp-less": "1.1.10",
"gulp-concat": "~2.1.7",
"gulp-rename": "~0.2.1",
"gulp-header": "~1.2.2",
"gulp-footer": "~1.0.2",
"gulp-util": "~2.2.10",
"gulp-replace": "~0.2.0",
"gulp-minify-css": "~0.3.4",
"gulp-uglify": "~0.1.0",
"gulp-jshint": "~1.3.4"
},
"jquery": {
"url": "http://code.jquery.com/jquery-2.1.4.min.js"
},
"chocolatechipJSVersion": "3.8.8",
"projectPath": ""
}