-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.19 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.19 KB
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
47
48
49
50
51
52
53
{
"name": "trainjs",
"version": "1.0.0",
"description": "Javascript in deep",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"browserify": "^13.1.0",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"stringify": "^5.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/spd90/javascript.git"
},
"keywords": [
"js",
"javascript"
],
"author": "QuangDV",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/spd90/javascript/issues"
},
"homepage": "https://gitlab.com/spd90/javascript#README",
"stringify": {
"appliesTo": {
"includeExtensions": [
".mustache",
".html"
]
},
"minifyAppliesTo": {
"includeExtensions": [
".mustache",
".html"
]
},
"minify": false
}
}