-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "docpad-plugin-frontend",
"description": "CSS and JS assets manager, based on Frontend Grunt.js task",
"version": "3.0.0",
"scripts": {
"build": "coffee -o out/ -c src/",
"watch": "coffee -w -o out/ -c src/",
"prepublish": "npm run build"
},
"keywords": [
"docpad",
"docpad-plugin",
"assets",
"frontend",
"font-end",
"css",
"js"
],
"author": "Sergey Chikuyonok <[email protected]> (http://chikuyonok.ru)",
"maintainers": [
"Sergey Chikuyonok <[email protected]> (http://chikuyonok.ru)"
],
"contributors": [
"Sergey Chikuyonok <[email protected]> (http://chikuyonok.ru)"
],
"bugs": {
"url": "https://github.com/sergeche/docpad-plugin-frontend/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sergeche/docpad-plugin-frontend.git"
},
"engines": {
"node": ">=0.4.0",
"docpad": ">=6.3.x"
},
"dependencies": {
"underscore": "^1.9.1"
},
"devDependencies": {
"coffeescript": "^2.3.2"
},
"main": "./out/frontend.plugin.js"
}