-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
42
43
44
45
46
47
{
"name": "fledit",
"version": "0.0.3",
"description": "Fledit.io client for node and the browser.",
"homepage": "https://github.com/fledit/fledit.js",
"author": {
"name": "Fledit",
"email": "hello@pirhoo.com",
"url": "http://fledit.io"
},
"repository": "fledit/fledit",
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"fledit"
],
"dependencies": {
"node.extend": "^1.1.3",
"superagent": "^1.3.0"
},
"devDependencies": {
"browserify": "^9.0.3",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.12.0",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.1.0"
},
"scripts": {
"test": "grunt",
"watch": "grunt watch",
"bower": "grunt bower"
},
"main": "./lib/fledit.js",
"ignore": [
"node_modules",
"bower_components",
"dist"
]
}