-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 943 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 943 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
37
38
39
40
41
{
"name": "belt",
"version": "1.0.0",
"description": "A utility belt of polyfills and utilities for writing jquery less js",
"main": "belt.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/designfrontier/belt.git"
},
"keywords": [
"javascript",
"js",
"jquery",
"polyfill",
"vanilla"
],
"author": "Daniel Sellers",
"license": "MIT",
"bugs": {
"url": "https://github.com/designfrontier/belt/issues"
},
"homepage": "https://github.com/designfrontier/belt",
"devDependencies": {
"chai": "^1.9.1",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-notify": "^1.6.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.23",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.9",
"mocha": "^1.21.4"
}
}