forked from lorenzofox3/Smart-Table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 853 Bytes
/
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
{
"name": "Smart-Table",
"version": "0.1.8",
"description": "a table/grid for AngularJS",
"main": "smart-table-module",
"directories": {
"test": "test",
"example": "example-app"
},
"scripts": {
"webServer": "scripts/web-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lorenzofox3/Smart-Table.git"
},
"keywords": [
"table",
"grid",
"angularjs"
],
"author": "Laurent Renard",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-html2js": "~0.1.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.1",
"grunt-regex-replace": "~0.2.5",
"grunt-karma": "~0.6.2",
"karma-complexity-preprocessor": "~0.1.0"
}
}