forked from purtuga/SPWidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
34
35
36
37
38
39
40
{
"name": "SPWidgets",
"version": "2.5.2",
"description": "SharePoint widgets and tools for custom client side web solutions",
"main": "dist/jquery.SPWidgets.js",
"scripts": {
"test": "grunt test",
"start": "node tools/server.js"
},
"repository": {
"type": "git",
"url": "[email protected]:purtuga/SPWidgets.git"
},
"author": {
"name": "Paul Tavares"
},
"homepage": "http://purtuga.github.io/SPWidgets",
"license": "MIT",
"devDependencies": {
"amdclean": "https://github.com/purtuga/amdclean/archive/master.tar.gz",
"csso": "^1.3.11",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-jsdoc": "~0.5.4",
"grunt-template-jasmine-requirejs": "^0.2.2",
"html-minifier": "^0.6.9",
"less": "^1.7.5",
"open": "0.0.5",
"rjs-build-analysis": "0.0.3",
"serve-static": "^1.9.2"
}
}