-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 912 Bytes
/
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
{
"name": "finderjs",
"version": "1.1.3",
"description": "Device Storage search and file picker library for Firefox OS",
"main": "src/applait.finder.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git://github.com/applait/finderjs.git"
},
"keywords": [
"firefoxos",
"devicestorage"
],
"author": {
"name": "Applait Technologies LLP",
"email": "[email protected]",
"url": "http://applait.com"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/applait/finderjs/issues"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-jsdoc": "~0.6.1",
"grunt-contrib-jasmine": "~0.8.1",
"grunt-contrib-connect": "~0.9.0"
},
"scripts": {
"test": "grunt test",
"build": "grunt build"
}
}