-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 726 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": "dry-js",
"version": "0.0.2",
"description": "\"Lightweight SPA framework focused on Convention over Configuration\"",
"main": "dry.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/diegocard/dry.js.git"
},
"keywords": [
"Lightweight",
"SPA",
"Framework"
],
"author": "Diego Cardozo",
"license": "MIT",
"bugs": {
"url": "https://github.com/diegocard/dry.js/issues"
},
"devDependencies": {
"d.js": "^0.7.2",
"gulp": "~3.8.7",
"gulp-concat": "~2.3.4",
"gulp-header": "^1.2.2",
"gulp-qunit": "^0.3.3",
"gulp-rename": "~1.2.0",
"gulp-size": "^1.1.0",
"gulp-uglify": "~0.3.1"
}
}