-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.09 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
{
"name": "utility-belt-for-front-end",
"version": "1.0.0",
"description": "Demonstration package for an utility-belt. Made especially for front-end developers.",
"main": "dev/dev.js",
"scripts": {
"start": "supervisor -w dev/dev.js dev/dev.js",
"watch": "grunt watch",
"build": "grunt build",
"prod": "supervisor -w prod/prod.js prod/prod.js",
"test": "echo \"Error: no test specified. Consider implementing karma (http://karma-runner.github.io/0.10/index.html)\" && exit 1"
},
"devDependencies": {
"jade": "*",
"bower": "*",
"express": "*",
"grunt": "*",
"grunt-contrib-jade": "*",
"grunt-contrib-less": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-requirejs": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-concat": "*",
"supervisor": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/krsjan/utility-belt.git"
},
"author": "Krsjan",
"bugs": {
"url": "https://github.com/krsjan/utility-belt/issues"
},
"homepage": "https://github.com/krsjan/utility-belt"
}