forked from Frontendcore/frontendcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.57 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.57 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
{
"name": "frontendcore-workspace",
"title": "frontendcore",
"license": "Apache License, Version 2.0",
"homepage": "http://www.frontendcore.com",
"description": "The all in one frontend framework based on components for the real life",
"version": "1.7.25",
"lastFeature": "Improved Switch component. Release %v% !",
"main": "index.html",
"author": "Toni Pinel (http://www.tonipinel.net)",
"bugs": "https://github.com/tonipinel/frontendcore-workspace/issues",
"repository": {
"type": "git",
"url": "https://github.com/tonipinel/frontendcore-workspace.git"
},
"keywords": [
"grunt",
"framework",
"frontend"
],
"devDependencies": {
"bower": "^1.3.7",
"grunt": "^0.4.2",
"grunt-clean": "^0.4.0",
"grunt-cli": "^0.1.7",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.6.2",
"grunt-contrib-jasmine": "^0.5.2",
"grunt-contrib-jshint": "^0.4.3",
"grunt-contrib-requirejs": "^0.4.0",
"grunt-contrib-uglify": "^0.2.0",
"grunt-contrib-watch": "^0.3.1",
"grunt-git": "^0.3.3",
"grunt-github-changes": "0.0.5",
"grunt-grunt": "^0.2.2",
"grunt-newer": "^1.1.0",
"grunt-phantomas": "^0.11.0",
"grunt-sass": "git://github.com/sindresorhus/grunt-sass",
"grunt-sassdoc": "^2.0.0",
"grunt-sync-version": "^0.2.1",
"grunt-text-replace": "^0.4.0",
"grunt-twig-render": "^1.6.0",
"jit-grunt": "^0.9.0",
"load-grunt-config": "^0.16.0",
"load-grunt-tasks": "^2.0.0",
"node-sass": "^2.1.1"
}
}