forked from dowjones/intentionjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 915 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
33
34
35
36
37
38
39
40
41
{
"name": "intention.js",
"version": "0.9.9",
"description": "DOM Manipulation via html attribute specification",
"repository": {
"type": "git",
"url": "http://github.com/wsjdesign/intentionjs"
},
"homepage": "http://intentionjs.com/",
"author": "Joe Kendall",
"license": "MIT",
"copyright": "Copyright 2008",
"banner": "Dowjones and other contributors. \n* Released under the MIT license. \n*",
"main": "intention.js",
"keywords": [
"responsive",
"design",
"intention",
"ui"
],
"dependencies": {
"jquery": "*",
"underscore": "*"
},
"devDependencies": {
"grunt-contrib-uglify": "~0.2.2",
"chai": "*",
"mocha": "*",
"grunt-release": "~0.5.1"
},
"bugs": {
"url": "https://github.com/wsjdesign/intentionjs/issues"
},
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "mocha"
}
}