-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 751 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 751 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
{
"name": "core.js",
"version": "0.1.0",
"description": "light-weight jQuery",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/devWayne/core.js.git"
},
"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.9",
"gulp-jshint": "^1.8.6",
"gulp-load-plugins": "^0.7.0",
"jshint-stylish": "^1.0.0",
"run-sequence": "^1.0.1",
"gulp-concat": "*",
"gulp-uglify": "*",
"mocha": "*",
"should": "*"
},
"h5bp-configs": {
"directories": {
"src": "src",
"dist": "dist"
}
},
"keywords": [],
"author": "Vi",
"license": "MIT"
}