-
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) · 782 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 782 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
{
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.3",
"gulp-coffeescript-concat": "^0.1.3",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-qunit": "^1.5.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"qunit": "^0.9.1",
"run-sequence": "^1.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"name": "js_lets_be_rational",
"private": true,
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"version": "1.0.0",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git@git.quantycarlo.biz:vollib/js_lets_be_rational.git"
},
"author": "Gammon Capital LLC.",
"license": "MIT",
"description": ""
}