-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 792 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 792 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
32
33
34
35
36
{
"name": "trollog",
"version": "0.0.0",
"description": "Alerts for always.",
"homepage": "https://github.com/trolljs/trollog",
"author": {
"name": "trolljs",
"email": "",
"url": "https://github.com/trolljs/trollog"
},
"repository": "trolljs/trollog",
"license": "CC0",
"files": [
"index.js"
],
"keywords": [
"trollog",
"trolljs",
"console.log",
"alert"
],
"dependencies": {},
"devDependencies": {
"grunt-browserify": "^3.3.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^1.0.0",
"time-grunt": "^1.0.0"
},
"scripts": {
"test": "grunt",
"browser": "browserify index.js > browser.js"
}
}