-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
51 lines (51 loc) · 1.53 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
47
48
49
50
51
{
"name": "photonui",
"version": "1.8.0",
"description": "A javascript framework to create user interfaces",
"homepage": "http://wanadev.github.io/PhotonUI/",
"author": "Wanadev (http://wanadev.fr/)",
"license": "BSD-3-Clause",
"main": "src/photonui.js",
"scripts": {
"test": "grunt test && grunt && karma start",
"update-credits": "brlicenses -m font-awesome -b src/photonui.js -f full -o CREDITS.txt"
},
"repository": {
"type": "git",
"url": "http://github.com/wanadev/PhotonUI.git"
},
"dependencies": {
"abitbol": "^2.0.0",
"font-awesome": "^4.7.0",
"keyboardjs": "^2.4.1",
"lodash": "^4.17.5",
"stonejs": "^2.3.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"browserify-licenses": "^1.4.6",
"grunt": "^1.0.2",
"grunt-browserify": ">=5.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": ">=1.1.0",
"grunt-contrib-concat": ">=1.0.1",
"grunt-contrib-copy": ">=1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": ">=1.4.1",
"grunt-contrib-uglify": ">=3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-yuidoc": ">=1.0.0",
"grunt-githooks": "^0.6.0",
"grunt-jscs": "^3.0.1",
"grunt-shell": "^2.1.0",
"jasmine-core": "^3.1.0",
"jscs-preset-loris": "1.2.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1",
"karma-spec-reporter": "0.0.32",
"less-plugin-autoprefix": ">=1.5.1",
"less-plugin-clean-css": ">=1.5.1"
}
}