projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2cf210
)
Add Reveal.js license to package.json
author
Lee Leathers
<leeleathers@gmail.com>
Wed, 27 Mar 2013 07:23:17 +0000
(
00:23
-0700)
committer
Lee Leathers
<leeleathers@gmail.com>
Wed, 27 Mar 2013 07:23:17 +0000
(
00:23
-0700)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index 5c5f6c3d14743caf637f4ac26ba7a2a52b540eda..68f5eca9ffffef397603a26710696093842f8474 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-33,5
+33,11
@@
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-sass": "~0.2.2",
"grunt": "~0.4.0"
- }
+ },
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/hakimel/reveal.js/blob/master/LICENSE"
+ }
+ ]
}