forked from buildfirst/buildfirst
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 734 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 734 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
{
"name": "buildfirst",
"version": "0.1.0",
"homepage": "https://github.com/buildfirst/buildfirst",
"author": {
"name": "Nicolas Bevacqua",
"email": "buildfirst@ponyfoo.com",
"url": "https://ponyfoo.com/bf"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/buildfirst/buildfirst.git"
},
"dependencies": {
"tape": "~2.10.2"
},
"devDependencies": {
"tap": "~0.4.8",
"grunt-contrib-clean": "^0.5.0",
"tape": "^2.10.2",
"sinon": "^1.9.0",
"request": "^2.34.0",
"grunt": "^0.4.4",
"browserify": "^3.32.1",
"grunt-browserify": "^1.3.2",
"grunt-contrib-jshint": "^0.10.0",
"glob": "^3.2.9",
"jshint-stylish": "^0.1.5"
}
}