-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "syteup",
"version": "0.2.0",
"description": "simple packaged website with social integration",
"homepage": "https://github.com/lejenome/syteup",
"licence": "MIT",
"author": "Moez Bouhlel <[email protected]> (http://lejenome.github.io/)",
"contributors": [
"https://github.com/lejenome/syteup/graphs/contributors"
],
"repository": {
"type": "git",
"url": "git://github.com/lejenome/syteup"
},
"bugs": {
"url": "https://github.com/lejenome/syteup/issues"
},
"keywords": [
"website",
"social",
"webapp",
"blog",
"news"
],
"os": [
"!win32"
],
"devDependencies": {
"bower": "",
"fixmyjs": ">=1.0.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "latest",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jsonlint": "^1.0.4",
"grunt-targethtml": "",
"grunt-usemin": "",
"html-minifier": "",
"js-beautify": ">=1.5.6",
"jshint": "",
"json": "",
"jsonlint": "",
"less": ">=2.5.1",
"less-plugin-clean-css": "^1.5.1",
"uglify-js": ""
},
"scripts": {
"test": "make -j1 test CONF=src/config.json.sample ALL_BLOG_PLATFORMS=true",
"pre-commit": "make -j1 CONF=src/config.json.sample ALL_BLOG_PLATFORMS=true",
"dist": "make -j1"
}
}