-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "groupComponentjs",
"version": "0.0.1",
"description": "A set of browser components based on groupJS",
"main": "build/groupComponent.min.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mainnote/groupComponentJS.git"
},
"keywords": [
"mainnote",
"groupJS",
"groupComponentJS"
],
"author": "mainnote <service@mainnote.com> (http://mainnote.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mainnote/mainnoteJS/issues"
},
"homepage": "https://github.com/mainnote/mainnoteJS#readme",
"devDependencies": {
"eslint": "^3.16.1",
"eslint-plugin-requirejs": "^3.1.1",
"grunt": "^0.4.5",
"grunt-aws-s3": "^0.14.5",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-template-jasmine-requirejs": "^0.2.3",
"grunt-umd": "^2.3.3",
"replace": "^0.3.0",
"requirejs-text": "^2.0.12",
"uglify-js": "^2.7.5",
"underscore": "^1.8.3"
},
"dependencies": {}
}