-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
41
42
43
44
45
46
{
"name": "transformers",
"title": "Transformers",
"description": "组件化开发模式与框架",
"version": "1.3.5",
"build": "20160630",
"main": "dist/transformers.js",
"homepage": "https://github.com/hex-ci/Transformers",
"author": {
"name": "Hex",
"url": "http://codeigniter.org.cn"
},
"repository": {
"type": "git",
"url": "https://github.com/hex-ci/Transformers.git"
},
"keywords": [
"transformers",
"component",
"jquery",
"javascript"
],
"bugs": {
"url": "https://github.com/hex-ci/Transformers/issues"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-compare-size": "0.4.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-concat": "0.4.0",
"grunt-jscs": "0.8.1",
"grunt-jsonlint": "1.0.4",
"gzip-js": "0.3.2",
"load-grunt-tasks": "1.0.0",
"grunt-string-replace": "1.0.0"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch"
}
}