-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 914 Bytes
/
package.json
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
{
"name": "JamgleCoreLibrary",
"version": "0.0.0",
"main": "dist/JamgleCoreLibrary.min.js",
"description": "The Jamgle Core Library for REST communications",
"repository": {
"type": "git",
"url": "git://github.com/quirimmo/JamgleCoreLibrary.git"
},
"keywords": [],
"author": "Quirino Lo Russo",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-connect": "~0.9.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-qunit": "~0.3.0",
"grunt-serve": "~0.1.6",
"connect-livereload": "~0.5.3",
"install": "~0.1.8",
"npm": "~2.5.1",
"grunt-reload": "~0.2.0",
"grunt-contrib-livereload": "~0.1.2",
"grunt-open": "~0.2.3",
"grunt-express": "~1.4.1"
}
}