forked from sympmarc/SPServices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.23 KB
/
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
33
{
"name": "SPServices",
"filename": "jquery.SPServices",
"sp_version": "2015.01",
"version": "2.0.0",
"description_short": "Work with SharePoint's Web Services using jQuery",
"description_long": "SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.",
"homepage": "http://spservices.codeplex.com/",
"copyright": "2009-2015 Sympraxis Consulting LLC",
"requires": [
"jQuery v1.8 or greater - jQuery 1.10.x+ recommended"
],
"authors": [
"Sympraxis Consulting LLC/[email protected]"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-zip": "~0.16.2",
"grunt-contrib-requirejs": "^0.4.4",
"rjs-build-analysis": "^0.0.3",
"amdclean": "^2.7.0"
},
"package_zipfiles": [
"build/license.txt",
"build/<%= pkg.filename %>.js",
"build/<%= pkg.filename %>.min.js"
]
}