-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 786 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 786 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
{
"name": "groupjs",
"version": "0.1.03",
"description": "An inheritance implementation pattern of grouping javascript objects for instances.",
"main": "build/group.min.js",
"scripts": {
"test": "test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mainnote/groupJS.git"
},
"keywords": [
"group",
"inheritance"
],
"author": "George JX Zhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/mainnote/groupJS/issues"
},
"homepage": "https://github.com/mainnote/groupJS#readme",
"devDependencies": {
"grunt": "*",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-template-jasmine-requirejs": "^0.2.3",
"grunt-umd": "*"
}
}