forked from salsita/chrome-extension-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 677 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 677 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
{
"name": "extension-skeleton",
"version": "0.1.2",
"description": "Bare Google Chrome extension skeleton.",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-mkdir": "~0.1.2",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-test": "~0.12.4",
"browserify": "~7.0.3",
"grunt-browserify": "~3.2.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-exec": "~0.4.6",
"eventemitter2": "^0.4.14",
"grunt-contrib-watch": "~0.6.1",
"sinon": "~1.12.2"
},
"engines": {
"node": ">= 0.10.0"
},
"export-symbol": "extensionSkeleton.exports"
}