-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 793 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
30
31
32
33
34
35
{
"name": "test-module",
"version": "1.0.2",
"description": "Arenite test module",
"repository": "git://github.com/arenite/test-module",
"author": {
"name": "Luís Serralheiro",
"email": "encavadas@gmail.com"
},
"jshintConfig": {
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"latedef": true,
"noarg": true,
"noempty": true,
"nonew": true,
"undef": true,
"unused": true,
"browser": true
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-arenite-src": "^2.0.2",
"gulp-minify-html": "^0.1.8",
"gulp-minify-css": "^0.4.5",
"gulp-less": "^3.0.0",
"gulp-uglify": "^1.0.2",
"gulp-jshint": "^1.9.0",
"gulp-concat": "^2.4.2",
"gulp-shell": "^0.2.11",
"docco": "^0.7.0"
}
}