-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
30 lines (30 loc) · 878 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
{
"name": "picomodal",
"version": "3.0.0",
"author": "James Frasca <[email protected]>",
"description": "A small, self-contained JavaScript modal library",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Nycto/PicoModal.git"
},
"main": "src/picoModal.js",
"devDependencies": {
"chai": "^3.4.1",
"express": "^4.13.4",
"grunt": "~0.4.5",
"grunt-bower-verify": "^2.0.1",
"grunt-continue": "^0.1.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-dom-test": "github:nycto/grunt-dom-test#release",
"grunt-sauce-load": "github:nycto/grunt-sauce-load#release",
"grunt-string-replace": "^1.2.1"
},
"scripts": {
"test": "grunt travis"
},
"readmeFilename": "README.md"
}