-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 772 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 772 Bytes
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
{
"name": "tt",
"title": "tt.js",
"description": "JavaScript library for fast DOM operations",
"version": "1.0.5",
"homepage": "",
"author": {
"name": "kei takahashi(twitter@dameleon)"
},
"repository": {
"type": "git",
"url": "https://github.com/dameleon/tt.js"
},
"bugs": {
"url": "https://github.com/dameleon/tt.js/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-concat": "~0.1.3",
"grunt-buster": "~0.1.2",
"grunt-jsduck": "~0.1.4"
},
"keywords": [],
"scripts": {
"preinstall": "npm i -g grunt-cli buster && gem install jsduck"
}
}