-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "mainnotejs",
"version": "0.0.1",
"description": "A set of browser components based on groupJS",
"main": "build/mainnote.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/mainnoteJS.git"
},
"keywords": [
"mainnote",
"groupJS"
],
"author": "mainnote <[email protected]> (http://mainnote.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mainnote/mainnoteJS/issues"
},
"homepage": "https://github.com/mainnote/mainnoteJS#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.10.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",
"underscore": "^1.8.3"
},
"dependencies": {}
}