-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 759 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "angular-jquery-wrapper",
"version": "0.0.1",
"description": "Provide a service to wrap any jQuery plugins through general way.",
"author": "https://github.com/norami/angular-jquery-wrapper/graphs/contributors",
"license": "MIT",
"homepage": "http://norami.github.com/angular-jquery-wrapper",
"main": "./src/angular-jquery-wrapper.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-conventional-changelog": "~1.0.0",
"grunt-karma": "~0.4.3"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/norami/angular-jquery-wrapper.git"
}
}