forked from ninjapanzer/software_development_cycle
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 870 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 870 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
{
"name": "software_development_cycle",
"version": "0.0.1",
"description": "revealjs presentation for GCCHS software development",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/ninjapanzer/software_development_cycle.git"
},
"keywords": [
"presentation",
"middleman"
],
"author": "Paul Scarrone",
"devDependencies": {
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.4.1",
"grunt": "~0.4.0",
"jade": "~1.3.0",
"grunt-contrib-jade": "~0.10.0",
"marked": "~0.3.1",
"grunt-contrib-sass": "0.7.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ninjapanzer/software_development_cycle"
},
"homepage": "https://github.com/ninjapanzer/software_development_cycle"
}