-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 799 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 799 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
{
"name": "DSCommon",
"version": "0.1.0",
"description": "DSCommon client scripts.",
"authors": [
"Alexey Markov <make@delightsoft.ru>",
"Alexey Zorkaltsev <zork@delightsoft.ru>"
],
"licenses" : [{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}],
"devDependencies": {
"coffee-script": "~1.7.1",
"gulp": "~3.6.0",
"gulp-header": "~1.0.2",
"gulp-uglify": "~0.1.0",
"gulp-compass": "~1.0.3",
"gulp-minify-css": "~0.3.0",
"gulp-coffee": "~1.2.5",
"gulp-concat": "~2.1.7",
"gulp-rename": "~0.2.1",
"gulp-wrap-umd": "~0.1.0",
"gulp-browserify": "~0.5.0",
"coffeeify": "~0.6.0",
"gulp-util": "~2.2.0"
}
}