forked from vora/chocolatechipjs-pub
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 918 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
{
"name": "chocolatechipjs",
"title": "ChocolateChipJS",
"description": "JavaScript library for mobile Web apps",
"version": "4.0.4",
"homepage": "http://chocolatechip-ui.com",
"author": {
"name": "Sourcebits Inc. and other contributors"
},
"repository": {
"type": "git",
"url": "https://github.com/sourcebit-robertbiggs/chocolatechipjs.git"
},
"licences": [
{
"type": "MIT",
"url": "https://github.com/sourcebitsllc/chocolatechip-ui/blob/master/MIT-LICENSE.txt"
}
],
"devDependencies": {
"gulp": "^3.8.10",
"gulp-footer": "~1.0.2",
"gulp-header": "^1.2.2",
"gulp-jsbeautifier": "^1.0.1",
"gulp-jshint": "~1.3.4",
"gulp-rename": "~0.2.1",
"gulp-replace": "~0.2.0",
"gulp-typescript": "^2.7.8",
"gulp-uglify": "~0.1.0",
"gulp-util": "~2.2.10"
},
"projectPath": "",
"dependencies": {
"gulp-footer": "^1.0.5"
}
}