forked from NextCenturyCorporation/neon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.template
More file actions
40 lines (40 loc) · 1.24 KB
/
package.json.template
File metadata and controls
40 lines (40 loc) · 1.24 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
{
"name": "neon-framework",
"version" : "@version@",
"author": "Next Century Corporation",
"description": "Neon is an open-source framework used to develop custom data analysis applications. It is designed to help integrate your visualizations with your data.",
"homepage": "http://www.neonframework.org",
"bugs": {
"url": "https://https://github.com/NextCenturyCorporation/neon/issues",
"email": "neon-support@nextcentury.com"
},
"repository": {
"type": "git",
"url": "https://github.com/NextCenturyCorporation/neon"
},
"readme": "https://github.com/NextCenturyCorporation/neon/blob/master/README.md",
"license": "Apache-2.0",
"dependencies": {
"jquery": "3.1.0",
"lodash": "4.14.1",
"log4javascript": "1.4.15",
"postal": "2.0.4",
"node-uuid": "1.4.7"
},
"devDependencies": {
"grunt": ">0.4.0",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-jscs": "2.8.0",
"grunt-umd": "2.3.6",
"phantomjs-prebuilt": "2.1.10",
"typings": "1.3.3",
"yuidocjs": "0.10.1"
},
"main": "neon",
"typings": "index.d.ts"
}