forked from constantology/n8iv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1.02 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
{
"author" : {
"name" : "constantology",
"email" : "christos@muigui.com",
"url" : "http://muigui.com"
},
"description" : "n8iv is an object-oriented & functional programming library – for modern javascript engines – which correctly extends JavaScript Natives, as well as providing other useful Classes. Giving you a – relatively – safe and easy to use API, to help make your code more succinct and efficient.",
"devDependencies" : {
"Templ8" : ">= 0.3.0",
"mkdirp" : ">= 0.3.0",
"uglify-js" : ">= 1.2.5"
},
"keywords" : ["api", "framework", "functional", "javascript", "library", "object-oriented", "programming"],
"licenses" : [ {
"type" : "MIT",
"url" : "https://raw.github.com/constantology/n8iv/master/LICENSE"
} ],
"main" : "./n8iv.js",
"name" : "n8iv",
"repository" : {
"type" : "git",
"url" : "git@github.com:constantology/n8iv.git"
},
"version" : "0.1.2"
}