-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 822 Bytes
/
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
{
"name": "Knockout",
"version": "0.1.0",
"author": "Niels Timmermans <[email protected]>",
"description": "A Knockout application to manage football tournaments",
"repository": {
"type":"git",
"url":"https://github.com/nillis/knockout.git"
},
"keywords": [
"knockout",
"bootstrap"
],
"dependencies": {
"jade": "*",
"stylus": "*",
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-jade": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-requirejs": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-watch": "*"
},
"noAnalyze": true,
"license": "Apache",
"engines": {
"node": ">=0.6.14"
}
}